guix-commits
[Top][All Lists]
Advanced

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

64/82: gnu: Add UNIVERSAL-isa.


From: Eric Bavier
Subject: 64/82: gnu: Add UNIVERSAL-isa.
Date: Mon, 20 Apr 2015 01:02:48 +0000

bavier pushed a commit to branch master
in repository guix.

commit 7332618df3987785402d6d8f5931b172002804c6
Author: Eric Bavier <address@hidden>
Date:   Tue Apr 7 15:47:32 2015 -0500

    gnu: Add UNIVERSAL-isa.
    
    * gnu/packages/perl.scm (perl-universal-isa): New variable.
---
 gnu/packages/perl.scm |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ecda80a..15b7d9a 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -5462,6 +5462,27 @@ common serialisation formats such as JSON or CBOR.")
 UNIVERSAL::can() as a function, which it is not.")
     (license (package-license perl))))
 
+(define-public perl-universal-isa
+  (package
+    (name "perl-universal-isa")
+    (version "1.20140927")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+                           "UNIVERSAL-isa-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0ryqk58nkzhdq26si7mh49h8wand1wlmyf4m78qgiyn8ib6989bb"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-module-build-tiny" ,perl-module-build-tiny)))
+    (home-page "http://search.cpan.org/dist/UNIVERSAL-isa";)
+    (synopsis "UNIVERSAL::isa() reimplementation")
+    (description "This module attempts to recover from people calling
+UNIVERSAL::isa as a function")
+    (license (package-license perl))))
+
 (define-public perl-variable-magic
   (package
     (name "perl-variable-magic")



reply via email to

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