summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin S <3630356+codeandkey@users.noreply.github.com>2020-10-02 13:41:22 -0500
committerGitHub <noreply@github.com>2020-10-02 11:41:22 -0700
commit28265d31ee8385d92267e1c00323a0adaba2cb55 (patch)
treeb1de40e3a071285bb34d4269736e0da516b4a9fa
parentdb794ea2016b831c49cde00c66863ddb0eba7e14 (diff)
downloadspack-28265d31ee8385d92267e1c00323a0adaba2cb55.tar.gz
spack-28265d31ee8385d92267e1c00323a0adaba2cb55.tar.bz2
spack-28265d31ee8385d92267e1c00323a0adaba2cb55.tar.xz
spack-28265d31ee8385d92267e1c00323a0adaba2cb55.zip
New package: perl-file-slurp (starting at 9999.32) (#19112)
-rw-r--r--var/spack/repos/builtin/packages/perl-file-slurp/package.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-file-slurp/package.py b/var/spack/repos/builtin/packages/perl-file-slurp/package.py
new file mode 100644
index 0000000000..e759a60efc
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-file-slurp/package.py
@@ -0,0 +1,16 @@
+# Copyright 2013-2020 Lawrence Livermore National Security, LLC and other
+# Spack Project Developers. See the top-level COPYRIGHT file for details.
+#
+# SPDX-License-Identifier: (Apache-2.0 OR MIT)
+
+from spack import *
+
+
+class PerlFileSlurp(PerlPackage):
+ """File::Slurp - Simple and Efficient Reading/Writing/Modifying of Complete
+ Files"""
+
+ homepage = "https://metacpan.org/pod/File::Slurp"
+ url = "https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-9999.32.tar.gz"
+
+ version('9999.32', sha256='4c3c21992a9d42be3a79dd74a3c83d27d38057269d65509a2f555ea0fb2bc5b0')