guix-commits
[Top][All Lists]
Advanced

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

24/72: gnu: Add Text-Glob.


From: Eric Bavier
Subject: 24/72: gnu: Add Text-Glob.
Date: Fri, 06 Mar 2015 14:12:57 +0000

bavier pushed a commit to branch master
in repository guix.

commit cab88488e937e677d1b0aef39a5ca926a54eced2
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 15:55:37 2015 -0600

    gnu: Add Text-Glob.
    
    * gnu/packages/perl.scm (perl-text-glob): New variable.
---
 gnu/packages/perl.scm |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index fd5a0e6..caa1292 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -938,6 +938,26 @@ hooking into done_testing as well as via an END block.  
You can declare a
 plan, or not, and things will still Just Work.")
     (license (package-license perl))))
 
+(define-public perl-text-glob
+  (package
+    (name "perl-text-glob")
+    (version "0.09")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/R/RC/RCLAMP/"
+                           "Text-Glob-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0lr76wrsj8wcxrq4wi8z1640w4dmdbkznp06q744rg3g0bd238d5"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Text-Glob";)
+    (synopsis "Match globbing patterns against text")
+    (description "Text::Glob implements glob(3) style matching that can be
+used to match against text, rather than fetching names from a filesystem.  If
+you want to do full file globbing use the File::Glob module instead.")
+    (license (package-license perl))))
+
 (define-public perl-try-tiny
   (package
     (name "perl-try-tiny")



reply via email to

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