diff options
author | George Hartzell <hartzell@alerce.com> | 2016-08-02 11:18:50 -0400 |
---|---|---|
committer | George Hartzell <hartzell@alerce.com> | 2016-08-02 11:18:50 -0400 |
commit | f2f5f6c27989c701274cbbb9bfcd7aa1e0f0561a (patch) | |
tree | b6a04393da7a013484628296203743154dff6136 | |
parent | c994565c621f4283736ac70f7792c20e2d9e1b11 (diff) | |
download | spack-f2f5f6c27989c701274cbbb9bfcd7aa1e0f0561a.tar.gz spack-f2f5f6c27989c701274cbbb9bfcd7aa1e0f0561a.tar.bz2 spack-f2f5f6c27989c701274cbbb9bfcd7aa1e0f0561a.tar.xz spack-f2f5f6c27989c701274cbbb9bfcd7aa1e0f0561a.zip |
Touch up variant comment
-rw-r--r-- | var/spack/repos/builtin/packages/perl/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/perl/package.py b/var/spack/repos/builtin/packages/perl/package.py index 2c90b788ec..d71a7492ba 100644 --- a/var/spack/repos/builtin/packages/perl/package.py +++ b/var/spack/repos/builtin/packages/perl/package.py @@ -49,7 +49,7 @@ class Perl(Package): # having it in core increases the "energy of activation" for doing # things cleanly. variant('cpanm', default=True, - description='Having cpanm in core simplifies adding modules.') + description='Optionally install cpanm with the core packages.') resource( name="cpanm", |