guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: Add perl-contextual-return.


From: guix-commits
Subject: 04/04: gnu: Add perl-contextual-return.
Date: Fri, 19 Feb 2021 12:05:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit fceda92f8651cd7b527aec67fbeb49c9a4adffbc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Feb 19 18:04:37 2021 +0100

    gnu: Add perl-contextual-return.
    
    * gnu/packages/perl.scm (perl-contextual-return): New variable.
---
 gnu/packages/perl.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ca75486..ea520fe 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8912,6 +8912,28 @@ other OO languages like Python, Ruby, Java and Perl 6.")
 its return value is going to be immediately used.")
     (license license:perl-license)))
 
+(define-public perl-contextual-return
+  (package
+    (name "perl-contextual-return")
+    (version "0.004014")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "mirror://cpan/authors/id/D/DC/DCONWAY/Contextual-Return-"
+                    version ".tar.gz"))
+              (sha256
+               (base32
+                "0y4zf5qkpayp4kkg7lw9ydbbin1z99m6xvy02fgacjbfw4ai9zh9"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-want" ,perl-want)))
+    (home-page "https://metacpan.org/release/Contextual-Return";)
+    (synopsis "Create context-sensitive return values")
+    (description "This module provides a collection of named blocks that allow
+a return statement to return different values depending on the context in
+which it is called.")
+    (license license:perl-license)))
+
 (define-public perl-statistics-basic
   (package
     (name "perl-statistics-basic")



reply via email to

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