mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add perl-moox-handlesvia.
* gnu/packages/perl.scm (perl-moox-handlesvia): New variable.
This commit is contained in:
parent
3565756f44
commit
40db2394b2
1 changed files with 37 additions and 0 deletions
|
@ -5142,6 +5142,43 @@ (define-public perl-moox
|
||||||
(description "Contains the MooX and MooX::Role packages.")
|
(description "Contains the MooX and MooX::Role packages.")
|
||||||
(license perl-license)))
|
(license perl-license)))
|
||||||
|
|
||||||
|
(define-public perl-moox-handlesvia
|
||||||
|
(package
|
||||||
|
(name "perl-moox-handlesvia")
|
||||||
|
(version "0.001008")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append
|
||||||
|
"mirror://cpan/authors/id/M/MA/MATTP/MooX-HandlesVia-"
|
||||||
|
version
|
||||||
|
".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"137yrjn2jmw4cj0fjdajnkjgqr5arnpq72kbm6w66xskncinz55h"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(native-inputs
|
||||||
|
`(("perl-moox-types-mooselike"
|
||||||
|
,perl-moox-types-mooselike)
|
||||||
|
("perl-test-exception" ,perl-test-exception)
|
||||||
|
("perl-test-fatal" ,perl-test-fatal)))
|
||||||
|
(inputs
|
||||||
|
`(("perl-class-method-modifiers"
|
||||||
|
,perl-class-method-modifiers)
|
||||||
|
("perl-module-runtime" ,perl-module-runtime)
|
||||||
|
("perl-moo" ,perl-moo)
|
||||||
|
("perl-role-tiny" ,perl-role-tiny)))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("perl-data-perl" ,perl-data-perl)))
|
||||||
|
(home-page
|
||||||
|
"http://search.cpan.org/dist/MooX-HandlesVia")
|
||||||
|
(synopsis "NativeTrait-like behavior for Moo")
|
||||||
|
(description
|
||||||
|
"@code{MooX::HandlesVia} is an extension of Moo's @code{handles}
|
||||||
|
attribute functionality. It provides a means of proxying functionality from
|
||||||
|
an external class to the given atttribute.")
|
||||||
|
(license perl-license)))
|
||||||
|
|
||||||
(define-public perl-moox-types-mooselike
|
(define-public perl-moox-types-mooselike
|
||||||
(package
|
(package
|
||||||
(name "perl-moox-types-mooselike")
|
(name "perl-moox-types-mooselike")
|
||||||
|
|
Loading…
Reference in a new issue