mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-object-pad.
* gnu/packages/perl.scm (perl-object-pad): New variable. Change-Id: I4559142a4edd41d4a5a82c4ddf805e032c35a352 Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
bf8b3e0564
commit
b154a403bf
1 changed files with 22 additions and 0 deletions
|
@ -8968,6 +8968,28 @@ the locale information or can be specified by the user.")
|
|||
number exists in a given range, and to be able to manipulate the range.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-object-pad
|
||||
(package
|
||||
(name "perl-object-pad")
|
||||
(version "0.79")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://cpan/authors/id/P/PE/PEVANS/Object-Pad-" version
|
||||
".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1miawakw2w4q6ifygj4g03x57db0bysivckapmjl3mb2kvw102zv"))))
|
||||
(build-system perl-build-system)
|
||||
(native-inputs (list perl-module-build perl-test2-suite
|
||||
perl-xs-parse-keyword perl-xs-parse-sublike))
|
||||
(propagated-inputs (list perl-xs-parse-keyword perl-xs-parse-sublike))
|
||||
(home-page "https://metacpan.org/release/Object-Pad")
|
||||
(synopsis "Syntax for lexical field-based objects")
|
||||
(description "This module provides a simple syntax for creating object
|
||||
classes.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-object-signature
|
||||
(package
|
||||
(name "perl-object-signature")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue