[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
68/72: gnu: Add Scalar-List-Utils.
From: |
Eric Bavier |
Subject: |
68/72: gnu: Add Scalar-List-Utils. |
Date: |
Fri, 06 Mar 2015 14:13:15 +0000 |
bavier pushed a commit to branch master
in repository guix.
commit c8d68ff9c3763abd24473dd2d414e581ef5ca059
Author: Eric Bavier <address@hidden>
Date: Thu Mar 5 17:01:58 2015 -0600
gnu: Add Scalar-List-Utils.
* gnu/packages/perl.scm (perl-scalar-list-utils): New variable.
---
gnu/packages/perl.scm | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 49fbe5c..8a99ab7 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2104,4 +2104,25 @@ the \"Module::Build\" code is pure-perl and written in a
cross-platform way.")
files, using JSON::PP and/or CPAN::Meta::YAML.")
(license (package-license perl))))
+(define-public perl-scalar-list-utils
+ (package
+ (name "perl-scalar-list-utils")
+ (version "1.41")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cpan/authors/id/P/PE/PEVANS/"
+ "Scalar-List-Utils-" version ".tar.gz"))
+ (sha256
+ (base32
+ "04l1q4hps9n8b1hk9kpgpc1cryim7pl9sfdyb7fz5nq4gmz307j7"))))
+ (build-system perl-build-system)
+ (home-page "http://search.cpan.org/dist/Scalar-List-Utils")
+ (synopsis "Common Scalar and List utility subroutines")
+ (description "This package contains a selection of subroutines that people
+have expressed would be nice to have in the perl core, but the usage would not
+really be high enough to warrant the use of a keyword, and the size so small
+such that being individual extensions would be wasteful.")
+ (license (package-license perl))))
+
;;; END: Core module overrides
- 61/72: gnu: Add File-HomeDir., (continued)
- 61/72: gnu: Add File-HomeDir., Eric Bavier, 2015/03/06
- 48/72: gnu: Add Config-AutoConf., Eric Bavier, 2015/03/06
- 63/72: gnu: Add Test-WriteVariants., Eric Bavier, 2015/03/06
- 55/72: gnu: Add Module-Build., Eric Bavier, 2015/03/06
- 57/72: gnu: Add Test-Most., Eric Bavier, 2015/03/06
- 69/72: gnu: Add Devel-CheckBin., Eric Bavier, 2015/03/06
- 66/72: gnu: Add Module-Runtime-Conflicts., Eric Bavier, 2015/03/06
- 58/72: gnu: Add Test-Directory., Eric Bavier, 2015/03/06
- 64/72: gnu: Add Exporter-Tiny., Eric Bavier, 2015/03/06
- 62/72: gnu: Add Data-Tumbler., Eric Bavier, 2015/03/06
- 68/72: gnu: Add Scalar-List-Utils.,
Eric Bavier <=
- 67/72: gnu: Add Package-DeprecationManager., Eric Bavier, 2015/03/06
- 70/72: gnu: Add Sub-Name., Eric Bavier, 2015/03/06
- 59/72: gnu: Add parent., Eric Bavier, 2015/03/06
- 60/72: gnu: Add File-Temp., Eric Bavier, 2015/03/06
- 71/72: gnu: Add Task-Weaken., Eric Bavier, 2015/03/06
- 65/72: gnu: Add List-MoreUtils., Eric Bavier, 2015/03/06
- 72/72: gnu: Add Moose., Eric Bavier, 2015/03/06
- 22/72: gnu: Add namespace-clean., Eric Bavier, 2015/03/06
- 30/72: gnu: Add ExtUtils-InstallPaths., Eric Bavier, 2015/03/06
- 03/72: gnu: perl-test-simple: Update to 1.001014., Eric Bavier, 2015/03/06