guix-commits
[Top][All Lists]
Advanced

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

04/17: gnu: Add perl-tie-handle-offset.


From: guix-commits
Subject: 04/17: gnu: Add perl-tie-handle-offset.
Date: Sun, 14 Apr 2019 05:47:54 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 54a51789fdf67d2c3b78c02d0dd22f35d10328d2
Author: Christopher Baines <address@hidden>
Date:   Sun Mar 24 18:09:51 2019 +0000

    gnu: Add perl-tie-handle-offset.
    
    * gnu/packages/perl.scm (perl-tie-handle-offset): New variable.
---
 gnu/packages/perl.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 195cf65..fd8a478 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8654,6 +8654,28 @@ can also be set to any arbitrary supplied order.  The 
familiar perl array
 operations can also be performed on the IxHash.")
   (license (package-license perl))))
 
+(define-public perl-tie-handle-offset
+  (package
+    (name "perl-tie-handle-offset")
+    (version "0.004")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "mirror://cpan/authors/id/D/DA/DAGOLDEN/Tie-Handle-Offset-"
+             version
+             ".tar.gz"))
+       (sha256
+        (base32
+         "17m8s8314wi4g0wasdxk15rf12vzsgzmcbr598jam5f6bl2kk7zf"))))
+    (build-system perl-build-system)
+    (home-page "https://metacpan.org/release/Tie-Handle-Offset";)
+    (synopsis "Special file handle that hides the beginning of a file")
+    (description
+     "This modules provides a file handle that hides the beginning of a file,
+by modifying the @code{seek()} and @code{tell()} calls.")
+    (license asl2.0)))
+
 (define-public perl-tie-toobject
   (package
     (name "perl-tie-toobject")



reply via email to

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