mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add perl-object-tiny.
* gnu/packages/perl.scm (perl-object-tiny): New variable. Change-Id: Idfc18e4fd471eb677b276de9363d949ba43386b0 Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
f804a05d39
commit
4a0ec435d2
1 changed files with 18 additions and 0 deletions
|
@ -9290,6 +9290,24 @@ inherit from in order to allow your objects to generate unique cryptographic
|
|||
signatures.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-object-tiny
|
||||
(package
|
||||
(name "perl-object-tiny")
|
||||
(version "1.09")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/Object-Tiny-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1gf6r99ipll1an9044rl6hpkzgh49r70h336rvjv067f33fwq6bq"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/Object-Tiny")
|
||||
(synopsis "Class building library for Perl")
|
||||
(description "This is a minimalist Perl module for building simple classes
|
||||
with read-only accessors.")
|
||||
(license (package-license perl))))
|
||||
|
||||
(define-public perl-ole-storage-lite
|
||||
(package
|
||||
(name "perl-ole-storage-lite")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue