mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: Add IO-stringy.
* gnu/packages/perl.scm (perl-io-stringy): New variable.
This commit is contained in:
parent
9acf97f2fb
commit
19449405ac
1 changed files with 20 additions and 0 deletions
|
@ -1041,6 +1041,26 @@ (define-public perl-inc-latest
|
|||
inc directory within a distribution and are used by Makefile.PL or Build.PL.")
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public perl-io-stringy
|
||||
(package
|
||||
(name "perl-io-stringy")
|
||||
(version "2.110")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/D/DS/DSKOLL/"
|
||||
"IO-stringy-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vh4n0k22hx20rwvf6h7lp25wb7spg0089shrf92d2lkncwg8g3y"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/IO-stringy")
|
||||
(synopsis "IO:: interface for reading/writing an array of lines")
|
||||
(description "This toolkit primarily provides modules for performing both
|
||||
traditional and object-oriented i/o) on things *other* than normal
|
||||
filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-io-tty
|
||||
(package
|
||||
(name "perl-io-tty")
|
||||
|
|
Loading…
Reference in a new issue