summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/perl-try-tiny/package.py
diff options
context:
space:
mode:
authorAudrey Thoma <las_thoma15@iastate.edu>2017-12-12 20:35:13 -0600
committerscheibelp <scheibel1@llnl.gov>2017-12-12 18:35:13 -0800
commit45784af7f261502bd158a5b1fc5736bdb4490481 (patch)
tree78673496a05ca2fdd3bd08955aa176c5fa1de028 /var/spack/repos/builtin/packages/perl-try-tiny/package.py
parent27be66420a884fd8f000accf361349e244aad25d (diff)
downloadspack-45784af7f261502bd158a5b1fc5736bdb4490481.tar.gz
spack-45784af7f261502bd158a5b1fc5736bdb4490481.tar.bz2
spack-45784af7f261502bd158a5b1fc5736bdb4490481.tar.xz
spack-45784af7f261502bd158a5b1fc5736bdb4490481.zip
new packages: biopieces and dependencies (#6478)
This also adds the tcl, tk, and libx11 dependencies to ruby. All other changes are new packages.
Diffstat (limited to 'var/spack/repos/builtin/packages/perl-try-tiny/package.py')
-rw-r--r--var/spack/repos/builtin/packages/perl-try-tiny/package.py34
1 files changed, 34 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/perl-try-tiny/package.py b/var/spack/repos/builtin/packages/perl-try-tiny/package.py
new file mode 100644
index 0000000000..05e127dd51
--- /dev/null
+++ b/var/spack/repos/builtin/packages/perl-try-tiny/package.py
@@ -0,0 +1,34 @@
+##############################################################################
+# Copyright (c) 2013-2017, Lawrence Livermore National Security, LLC.
+# Produced at the Lawrence Livermore National Laboratory.
+#
+# This file is part of Spack.
+# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
+# LLNL-CODE-647188
+#
+# For details, see https://github.com/spack/spack
+# Please also see the NOTICE and LICENSE files for our notice and the LGPL.
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License (as
+# published by the Free Software Foundation) version 2.1, February 1999.
+#
+# This program is distributed in the hope that it will be useful, but
+# WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the terms and
+# conditions of the GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+##############################################################################
+from spack import *
+
+
+class PerlTryTiny(PerlPackage):
+ """Minimal try/catch with proper preservation of $@"""
+
+ homepage = "http://search.cpan.org/~ether/Try-Tiny-0.28/lib/Try/Tiny.pm"
+ url = "http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Try-Tiny-0.28.tar.gz"
+
+ version('0.28', 'e2f8af601a62981aab30df15a6f47475')