guix-commits
[Top][All Lists]
Advanced

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

21/72: gnu: Add B-Hooks-EndOfScope.


From: Eric Bavier
Subject: 21/72: gnu: Add B-Hooks-EndOfScope.
Date: Fri, 06 Mar 2015 14:12:56 +0000

bavier pushed a commit to branch master
in repository guix.

commit 0e2f7cfcc7c1b75395eb6e8b2ff7710ac0564f52
Author: Eric Bavier <address@hidden>
Date:   Thu Mar 5 15:51:09 2015 -0600

    gnu: Add B-Hooks-EndOfScope.
    
    * gnu/packages/perl.scm (perl-b-hooks-endofscope): New variable.
---
 gnu/packages/perl.scm |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 173ff8c..b4a4aa9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -101,6 +101,30 @@ manipulate, read, and write Zip archive files.")
     (home-page 
"http://search.cpan.org/~phred/Archive-Zip-1.37/lib/Archive/Zip.pm";)
     (license (package-license perl))))
 
+(define-public perl-b-hooks-endofscope
+  (package
+    (name "perl-b-hooks-endofscope")
+    (version "0.13")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
+                           "B-Hooks-EndOfScope-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1f5d0lbkwf23dfjn60g6fynmjhy5rxdyxcpdfb07srm73qpg2zpi"))))
+    (build-system perl-build-system)
+    (propagated-inputs
+     `(("perl-module-runtime" ,perl-module-runtime)
+       ("perl-module-implementation" ,perl-module-implementation)
+       ("perl-sub-exporter-progressive" ,perl-sub-exporter-progressive)
+       ("perl-variable-magic" ,perl-variable-magic)))
+    (home-page "http://search.cpan.org/dist/B-Hooks-EndOfScope";)
+    (synopsis "Execute code after a scope finished compilation")
+    (description "This module allows you to execute code when perl finished
+compiling the surrounding scope.")
+    (license (package-license perl))))
+
 (define-public perl-benchmark-timer
   (package
     (name "perl-benchmark-timer")



reply via email to

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