gnu: Add TimeDate.

* gnu/packages/perl.scm (perl-timedate): New variable.
master
Eric Bavier 2015-03-10 15:31:52 -05:00
parent dc1c804a6c
commit 40f2518c1f
1 changed files with 19 additions and 0 deletions

View File

@ -2216,6 +2216,25 @@ six-element array, and return the corresponding time(2) value in seconds since
the system epoch")
(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
(package
(name "perl-try-tiny")