guix-commits
[Top][All Lists]
Advanced

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

07/30: gnu: Add perl-tie-cycle.


From: Ricardo Wurmus
Subject: 07/30: gnu: Add perl-tie-cycle.
Date: Sun, 27 Nov 2016 08:50:09 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 296663839b35bbf6b69f3dd678ca9a463e3790ac
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 23 21:59:54 2016 +0100

    gnu: Add perl-tie-cycle.
    
    * gnu/packages/perl.scm (perl-tie-cycle): New variable.
---
 gnu/packages/perl.scm |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 8e4ec88..aa275ea 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6656,6 +6656,25 @@ controlled with command line parameters.  The default 
parameter settings
 approximately follow the suggestions in the Perl Style Guide.")
     (license gpl2+)))
 
+(define-public perl-tie-cycle
+  (package
+    (name "perl-tie-cycle")
+    (version "1.221")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/Tie-Cycle-"
+                           version ".tar.gz"))
+       (sha256
+        (base32
+         "10g6kirf6jfaldckg98y4pl87vrm7grqlg6ymb7a9vhrznyn7qn6"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Tie-Cycle";)
+    (synopsis "Cycle through a list of values")
+    (description "You use @code{Tie::Cycle} to go through a list over and over
+again.  Once you get to the end of the list, you go back to the beginning.")
+    (license (package-license perl))))
+
 (define-public perl-tie-ixhash
   (package
   (name "perl-tie-ixhash")



reply via email to

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