mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add String-CamelCase.
* gnu/packages/perl.scm (perl-string-camelcase): New variable.
This commit is contained in:
parent
cfed969c73
commit
06f5001a5a
1 changed files with 19 additions and 0 deletions
|
@ -2624,6 +2624,25 @@ (define-public perl-strictures
|
|||
run from within a source-controlled directory.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-string-camelcase
|
||||
(package
|
||||
(name "perl-string-camelcase")
|
||||
(version "0.02")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/H/HI/HIO/"
|
||||
"String-CamelCase-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17kh8nap2z5g5rqcvw0m7mvbai7wr7h0al39w8l827zhqad8ss42"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/String-CamelCase")
|
||||
(synopsis "Camelcase and de-camelcase")
|
||||
(description "This module may be used to convert from under_score text to
|
||||
CamelCase and back again.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-string-rewriteprefix
|
||||
(package
|
||||
(name "perl-string-rewriteprefix")
|
||||
|
|
Loading…
Reference in a new issue