gnu: Add perl-array-utils.

* gnu/packages/perl.scm (perl-array-utils): New variable.
master
Ben Woodcroft 2016-07-12 15:48:41 +10:00
parent b33fdcc488
commit 67cc6d7380
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 21 additions and 0 deletions

View File

@ -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")