guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

09/20: gnu: Add TimeDate.


From: Eric Bavier
Subject: 09/20: gnu: Add TimeDate.
Date: Wed, 11 Mar 2015 21:08:53 +0000

bavier pushed a commit to branch master
in repository guix.

commit 40f2518c1f844ce44e2ec7907ea10a15fd6d8ad9
Author: Eric Bavier <address@hidden>
Date:   Tue Mar 10 15:31:52 2015 -0500

    gnu: Add TimeDate.
    
    * gnu/packages/perl.scm (perl-timedate): New variable.
---
 gnu/packages/perl.scm |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0dc3521..00a811c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]