gnu: Add UNIVERSAL-isa.
* gnu/packages/perl.scm (perl-universal-isa): New variable.
This commit is contained in:
parent
f9671ab689
commit
7332618df3
|
@ -5462,6 +5462,27 @@ common serialisation formats such as JSON or CBOR.")
|
||||||
UNIVERSAL::can() as a function, which it is not.")
|
UNIVERSAL::can() as a function, which it is not.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-universal-isa
|
||||||
|
(package
|
||||||
|
(name "perl-universal-isa")
|
||||||
|
(version "1.20140927")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
||||||
|
"UNIVERSAL-isa-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0ryqk58nkzhdq26si7mh49h8wand1wlmyf4m78qgiyn8ib6989bb"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-module-build-tiny" ,perl-module-build-tiny)))
|
||||||
|
(home-page "http://search.cpan.org/dist/UNIVERSAL-isa")
|
||||||
|
(synopsis "UNIVERSAL::isa() reimplementation")
|
||||||
|
(description "This module attempts to recover from people calling
|
||||||
|
UNIVERSAL::isa as a function")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-variable-magic
|
(define-public perl-variable-magic
|
||||||
(package
|
(package
|
||||||
(name "perl-variable-magic")
|
(name "perl-variable-magic")
|
||||||
|
|
Loading…
Reference in New Issue