mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add perl-data-compare.
* gnu/packages/perl.scm (perl-data-compare): New variable.
This commit is contained in:
parent
adbf4b944c
commit
9413e95f59
1 changed files with 21 additions and 0 deletions
|
@ -1310,6 +1310,27 @@ (define-public perl-czplib
|
|||
bioinformatics data.")
|
||||
(license gpl3+)))
|
||||
|
||||
(define-public perl-data-compare
|
||||
(package
|
||||
(name "perl-data-compare")
|
||||
(version "1.25")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/D/DC/DCANTRELL/"
|
||||
"Data-Compare-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0wzasidg9yjcfsi2gdiaw6726ikqda7n24n0v2ngpaazakdkcjqx"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-file-find-rule" ,perl-file-find-rule)))
|
||||
(home-page "http://search.cpan.org/dist/Data-Compare")
|
||||
(synopsis "Compare Perl data structures")
|
||||
(description "This module compares arbitrary data structures to see if
|
||||
they are copies of each other.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-data-dump
|
||||
(package
|
||||
(name "perl-data-dump")
|
||||
|
|
Loading…
Reference in a new issue