guix-commits
[Top][All Lists]
Advanced

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

34/40: gnu: Add Safe-Isa.


From: Eric Bavier
Subject: 34/40: gnu: Add Safe-Isa.
Date: Thu, 12 Mar 2015 20:56:11 +0000

bavier pushed a commit to branch master
in repository guix.

commit 317c4a1da84cfa0b4f496dee3d843925a075e433
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 12 12:59:52 2015 -0500

    gnu: Add Safe-Isa.
    
    * gnu/packages/perl.scm (perl-safe-isa): 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 73a8194..2ca1ce8 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2048,6 +2048,25 @@ codes.")
     ;; Quad-licensed: Perl Artistic, Perl Artistic 2.0, X11, and BSD.
     (license (list (package-license perl) x11 bsd-3))))
 
+(define-public perl-safe-isa
+  (package
+    (name "perl-safe-isa")
+    (version "1.000005")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+                           "Safe-Isa-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1vib54cp64dy3ic4n73skadp1pl4gn8s9qpxmzvi078dm3mpnbcw"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Safe-Isa";)
+    (synopsis "Call isa, can, does, and DOES safely")
+    (description "This module allows you to call isa, can, does, and DOES
+safely on things that may not be objects.")
+    (license (package-license perl))))
+
 (define-public perl-stream-buffered
   (package
     (name "perl-stream-buffered")



reply via email to

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