mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add perl-indirect.
* gnu/packages/perl.scm (perl-indirect): New public variable.
This commit is contained in:
parent
b20ac390b3
commit
e13aa12f0f
1 changed files with 20 additions and 0 deletions
|
@ -3954,6 +3954,26 @@ (define-public perl-inc-latest
|
||||||
inc directory within a distribution and are used by Makefile.PL or Build.PL.")
|
inc directory within a distribution and are used by Makefile.PL or Build.PL.")
|
||||||
(license asl2.0)))
|
(license asl2.0)))
|
||||||
|
|
||||||
|
(define-public perl-indirect
|
||||||
|
(package
|
||||||
|
(name "perl-indirect")
|
||||||
|
(version "0.38")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/V/VP/VPIT/indirect-"
|
||||||
|
version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"13k5a8p903m8x3pcv9qqkzvnb8gpgq36cr3dvn3lk1ngsi9w5ydy"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/indirect/")
|
||||||
|
(synopsis "Lexically warn about using the indirect method call syntax")
|
||||||
|
(description
|
||||||
|
"Indirect warns about using the indirect method call syntax.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-io-captureoutput
|
(define-public perl-io-captureoutput
|
||||||
(package
|
(package
|
||||||
(name "perl-io-captureoutput")
|
(name "perl-io-captureoutput")
|
||||||
|
|
Loading…
Reference in a new issue