mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: Add strictures.
* gnu/packages/perl.scm (perl-strictures): New variable.
This commit is contained in:
parent
6e1bb8aab9
commit
77917f67fd
1 changed files with 19 additions and 0 deletions
|
@ -2429,6 +2429,25 @@ (define-public perl-stream-buffered
|
||||||
on the length of the size.")
|
on the length of the size.")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-strictures
|
||||||
|
(package
|
||||||
|
(name "perl-strictures")
|
||||||
|
(version "1.005005")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/H/HA/HAARG/"
|
||||||
|
"strictures-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1bmpv8wr9jbc1lfj634xhq3y42nm28hh01jfsyzxhqhqf6dkdz59"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/strictures")
|
||||||
|
(synopsis "Turn on strict and make all warnings fatal")
|
||||||
|
(description "Strictures turns on strict and make all warnings fatal when
|
||||||
|
run from within a source-controlled directory.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-string-rewriteprefix
|
(define-public perl-string-rewriteprefix
|
||||||
(package
|
(package
|
||||||
(name "perl-string-rewriteprefix")
|
(name "perl-string-rewriteprefix")
|
||||||
|
|
Loading…
Reference in a new issue