guix-commits
[Top][All Lists]
Advanced

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

04/12: gnu: Add perl-data-section-simple.


From: guix-commits
Subject: 04/12: gnu: Add perl-data-section-simple.
Date: Sun, 14 Jun 2020 06:41:49 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit f463868898ea4d263635c20b9e7821b9366e41ee
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jun 14 11:19:11 2020 +0200

    gnu: Add perl-data-section-simple.
    
    * gnu/packages/perl.scm (perl-data-section-simple): New variable.
---
 gnu/packages/perl.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 60a2008..f201755 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2673,6 +2673,27 @@ like split on newlines unless newlines are embedded in 
quotes.")
 of data out of your DATA section.")
     (license (package-license perl))))
 
+(define-public perl-data-section-simple
+  (package
+    (name "perl-data-section-simple")
+    (version "0.07")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/M/MI/MIYAGAWA/"
+                           "Data-Section-Simple-" version ".tar.gz"))
+       (sha256
+        (base32 "1jx9g5sxcw0i2zkm2z895k422i49kpx0idnnvvvs36lhvgzkac0b"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-test-requires" ,perl-test-requires)))
+    (home-page "https://metacpan.org/release/Data-Section-Simple";)
+    (synopsis "Read data from __DATA__")
+    (description
+     "Data::Section::Simple is a simple module to extract data from __DATA__
+section of the file.")
+    (license perl-license)))
+
 (define-public perl-data-stag
   (package
     (name "perl-data-stag")



reply via email to

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