summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-alien-build/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-alien-build/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-alien-build/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/perl-alien-build/package.py b/var/spack/repos/builtin/packages/perl-alien-build/package.py
index 42fc8f45d1..73c56da265 100644
--- a/var/spack/repos/builtin/packages/perl-alien-build/package.py
+++ b/var/spack/repos/builtin/packages/perl-alien-build/package.py
@@ -12,12 +12,12 @@ class PerlAlienBuild(PerlPackage):
client, and work closely with Alien::Base which is used at runtime."""
homepage = "https://metacpan.org/pod/Alien::Build"
- url = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-1.86.tar.gz"
+ url = "https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Build-1.86.tar.gz"
- version('1.86', sha256='f856a46aea72fe77daea5b1788b4ea0dc215f5704f5a35fa063171be8523e4e9')
+ version("1.86", sha256="f856a46aea72fe77daea5b1788b4ea0dc215f5704f5a35fa063171be8523e4e9")
- depends_on('perl-capture-tiny', type=('build', 'run'))
- depends_on('perl-ffi-checklib', type=('build', 'run'))
- depends_on('perl-file-which', type=('build', 'run'))
- depends_on('perl-file-chdir', type=('build', 'run'))
- depends_on('perl-path-tiny', type=('build', 'run'))
+ depends_on("perl-capture-tiny", type=("build", "run"))
+ depends_on("perl-ffi-checklib", type=("build", "run"))
+ depends_on("perl-file-which", type=("build", "run"))
+ depends_on("perl-file-chdir", type=("build", "run"))
+ depends_on("perl-path-tiny", type=("build", "run"))