guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/21: gnu: Add perl-array-utils.


From: Ben Woodcroft
Subject: 09/21: gnu: Add perl-array-utils.
Date: Mon, 8 Aug 2016 12:08:59 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 67cc6d7380af0ea594710aeaa06f07272a8a50da
Author: Ben Woodcroft <address@hidden>
Date:   Tue Jul 12 15:48:41 2016 +1000

    gnu: Add perl-array-utils.
    
    * gnu/packages/perl.scm (perl-array-utils): New variable.
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8d4cd1b..47bb707 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -244,6 +244,27 @@ manipulate, read, and write Zip archive files.")
     (home-page 
"http://search.cpan.org/~phred/Archive-Zip-1.37/lib/Archive/Zip.pm";)
     (license (package-license perl))))
 
+(define-public perl-array-utils
+  (package
+    (name "perl-array-utils")
+    (version "0.5")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/Z/ZM/ZMIJ/Array/Array-Utils-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "0w1pwvnjdpb0n6k07zbknxwx6v7y75p4jxrs594pjhwvrmzippc9"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Array-Utils";)
+    (synopsis "Small utils for array manipulation")
+    (description "@code{Array::Utils} is a small pure-perl module containing
+list manipulation routines.")
+    (license (package-license perl))))
+
 (define-public perl-base
   (package
     (name "perl-base")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]