mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add perl-types-path-tiny.
* gnu/packages/perl.scm (perl-types-path-tiny): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
This commit is contained in:
parent
35aaf4b1bd
commit
22473f6964
1 changed files with 26 additions and 0 deletions
|
@ -8736,6 +8736,32 @@ (define-public perl-type-tiny-xs
|
||||||
so other data validation frameworks might also consider using it.")
|
so other data validation frameworks might also consider using it.")
|
||||||
(license perl-license)))
|
(license perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-types-path-tiny
|
||||||
|
(package
|
||||||
|
(name "perl-types-path-tiny")
|
||||||
|
(version "0.005")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/D/DA/DAGOLDEN/"
|
||||||
|
"Types-Path-Tiny-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"09nf167ssi4rgj8hhzylwp3zdx61njdpyfri43arcmk9aqn7f0pp"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-file-pushd" ,perl-file-pushd)
|
||||||
|
("perl-path-tiny" ,perl-path-tiny)
|
||||||
|
("perl-type-tiny" ,perl-type-tiny)
|
||||||
|
("perl-exporter-tiny" ,perl-exporter-tiny)))
|
||||||
|
(home-page "http://search.cpan.org/dist/Types-Path-Tiny/")
|
||||||
|
(synopsis "Types and coercions for Moose and Moo")
|
||||||
|
(description "This module provides @code{Path::Tiny} types for Moose, Moo,
|
||||||
|
etc. It handles two important types of coercion: coercing objects with
|
||||||
|
overloaded stringification, and coercing to absolute paths. It also can check
|
||||||
|
to ensure that files or directories exist.")
|
||||||
|
(license artistic2.0)))
|
||||||
|
|
||||||
(define-public perl-types-serialiser
|
(define-public perl-types-serialiser
|
||||||
(package
|
(package
|
||||||
(name "perl-types-serialiser")
|
(name "perl-types-serialiser")
|
||||||
|
|
Loading…
Reference in a new issue