gnu: Add TimeDate.
* gnu/packages/perl.scm (perl-timedate): New variable.
This commit is contained in:
parent
dc1c804a6c
commit
40f2518c1f
|
@ -2216,6 +2216,25 @@ six-element array, and return the corresponding time(2) value in seconds since
|
||||||
the system epoch")
|
the system epoch")
|
||||||
(license (package-license perl))))
|
(license (package-license perl))))
|
||||||
|
|
||||||
|
(define-public perl-timedate
|
||||||
|
(package
|
||||||
|
(name "perl-timedate")
|
||||||
|
(version "2.30")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (string-append "mirror://cpan/authors/id/G/GB/GBARR/"
|
||||||
|
"TimeDate-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"11lf54akr9nbivqkjrhvkmfdgkbhw85sq0q4mak56n6bf542bgbm"))))
|
||||||
|
(build-system perl-build-system)
|
||||||
|
(home-page "http://search.cpan.org/dist/TimeDate")
|
||||||
|
(synopsis "Date parsing/formating subroutines")
|
||||||
|
(description "This module provides routines for parsing date string into
|
||||||
|
time values and formating dates into ASCII strings.")
|
||||||
|
(license (package-license perl))))
|
||||||
|
|
||||||
(define-public perl-try-tiny
|
(define-public perl-try-tiny
|
||||||
(package
|
(package
|
||||||
(name "perl-try-tiny")
|
(name "perl-try-tiny")
|
||||||
|
|
Loading…
Reference in New Issue