guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: Add perl-probe-perl.


From: Eric Bavier
Subject: 05/14: gnu: Add perl-probe-perl.
Date: Tue, 09 Dec 2014 20:40:25 +0000

bavier pushed a commit to branch master
in repository guix.

commit 7850f47ac5ad53ebd68c9018f6f5db57a5ae5f3b
Author: Eric Bavier <address@hidden>
Date:   Mon Dec 1 00:18:18 2014 -0600

    gnu: Add perl-probe-perl.
    
    * gnu/packages/perl.scm (perl-probe-perl): 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 55e87fe..430c6b5 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -207,3 +207,24 @@ import(), @EXPORT and @EXPORT_OK and not a whole lot 
else.")
     (home-page (string-append "http://search.cpan.org/~neilb/";
                               "Exporter-Lite-" version))
     (license (package-license perl))))
+
+(define-public perl-probe-perl
+  (package
+    (name "perl-probe-perl")
+    (version "0.03")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://cpan/authors/id/K/KW/KWILLIAMS/"
+                                  "Probe-Perl-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0c9wiaz0mqqknafr4jdr0g2gdzxnn539182z0icqaqvp5qgd5r6r"))))
+    (build-system perl-build-system)
+    (synopsis "Information about the currently running perl")
+    (description
+     "Probe::Perl provides methods for obtaining information about the
+currently running perl interpreter.  It originally began life as code in the
+Module::Build project, but has been externalized here for general use.")
+    (home-page (string-append "http://search.cpan.org/~kwilliams/";
+                              "Probe-Perl-" version))
+    (license (package-license perl))))



reply via email to

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