guix-commits
[Top][All Lists]
Advanced

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

45/82: gnu: Add Perl boolean.


From: Eric Bavier
Subject: 45/82: gnu: Add Perl boolean.
Date: Mon, 20 Apr 2015 01:02:41 +0000

bavier pushed a commit to branch master
in repository guix.

commit 85690ec1449a4ef997b3b55caf2692f497637f57
Author: Eric Bavier <address@hidden>
Date:   Mon Apr 6 22:58:33 2015 -0500

    gnu: Add Perl boolean.
    
    * gnu/packages/perl.scm (perl-boolean): 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 a488815..10c292c 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -254,6 +254,25 @@ but don't want to go all out and profile your code.")
                               "Benchmark-Timer-" version))
     (license gpl2)))
 
+(define-public perl-boolean
+  (package
+    (name "perl-boolean")
+    (version "0.45")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/I/IN/INGY/"
+                           "boolean-" version ".tar.gz"))
+       (sha256
+        (base32
+         "18hrgldzwnhs0c0r8hxx6r05qvk9p7gwinjwcybixfs2h0n43ypj"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/boolean";)
+    (synopsis "Boolean support for Perl")
+    (description "This module provides basic Boolean support, by defining two
+special objects: true and false.")
+    (license (package-license perl))))
+
 (define-public perl-cache-cache
   (package
     (name "perl-cache-cache")



reply via email to

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