guix-commits
[Top][All Lists]
Advanced

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

08/21: gnu: Add Data-Dumper-Concise.


From: Eric Bavier
Subject: 08/21: gnu: Add Data-Dumper-Concise.
Date: Fri, 13 Mar 2015 18:51:55 +0000

bavier pushed a commit to branch master
in repository guix.

commit bfa3ad491ce8aca4fd923ad60e3488715b39789c
Author: Eric Bavier <address@hidden>
Date:   Fri Mar 13 09:17:00 2015 -0500

    gnu: Add Data-Dumper-Concise.
    
    * gnu/packages/perl.scm (perl-data-dumper-concise): 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 7dffe03..d5e7629 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -698,6 +698,25 @@ their argument and produces a string as its result.  The 
string contains Perl
 code that, when \"eval\"ed, produces a deep copy of the original arguments.")
     (license (package-license perl))))
 
+(define-public perl-data-dumper-concise
+  (package
+    (name "perl-data-dumper-concise")
+    (version "2.022")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/F/FR/FREW/"
+                           "Data-Dumper-Concise-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0z7vxgk1f2kw2zpiimdsyf7jq9f4s5dhh3dlimq5yrirypnk03sc"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/Data-Dumper-Concise";)
+    (synopsis "Concise data dumper")
+    (description "Data::Dumper::Concise provides a dumper with Less
+indentation and newlines plus sub deparsing.")
+    (license (package-license perl))))
+
 (define-public perl-data-optlist
   (package
     (name "perl-data-optlist")



reply via email to

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