guix-commits
[Top][All Lists]
Advanced

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

55/82: gnu: Add Time-Duration.


From: Eric Bavier
Subject: 55/82: gnu: Add Time-Duration.
Date: Mon, 20 Apr 2015 01:02:45 +0000

bavier pushed a commit to branch master
in repository guix.

commit a15145d93bc8d5fff92ffab56e3339d3377c6642
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 23:52:05 2015 -0500

    gnu: Add Time-Duration.
    
    * gnu/packages/perl.scm (perl-time-duration): New variable.
---
 gnu/packages/perl.scm |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index b17557d..6cf478c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5107,6 +5107,28 @@ object it was given as it's first argument.  This way 
side effects of calling
 $object->TIEHASH are avoided.")
     (license (package-license perl))))
 
+(define-public perl-time-duration
+  (package
+    (name "perl-time-duration")
+    (version "1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/A/AV/AVIF/"
+                           "Time-Duration-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0klg33yzb7pr9ra76s6gj5k7nravqnw2lbh022x1xwlj92f43756"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-pod" ,perl-test-pod)
+       ("perl-test-pod-coverage" ,perl-test-pod-coverage)))
+    (home-page "http://search.cpan.org/dist/Time-Duration";)
+    (synopsis "English expression of durations")
+    (description "This module provides functions for expressing durations in
+rounded or exact terms.")
+    (license (package-license perl))))
+
 (define-public perl-time-local
   (package
     (name "perl-time-local")



reply via email to

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