guix-commits
[Top][All Lists]
Advanced

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

59/82: gnu: Add IO-Interactive.


From: Eric Bavier
Subject: 59/82: gnu: Add IO-Interactive.
Date: Mon, 20 Apr 2015 01:02:46 +0000

bavier pushed a commit to branch master
in repository guix.

commit 56da2a1abda868da46e8c6e4436f0e96fd004797
Author: Eric Bavier <address@hidden>
Date:   Tue Apr 7 15:28:58 2015 -0500

    gnu: Add IO-Interactive.
    
    * gnu/packages/perl.scm (perl-io-interactive): 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 d879b94..600de6e 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -2389,6 +2389,26 @@ dependencies for CPAN distributions.  These dependencies 
get bundled into the
 inc directory within a distribution and are used by Makefile.PL or Build.PL.")
     (license asl2.0)))
 
+(define-public perl-io-interactive
+  (package
+    (name "perl-io-interactive")
+    (version "0.0.6")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/B/BD/BDFOY/"
+                           "IO-Interactive-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1303q6rbcf2cag5z08pq3d1y91wls5q51jrpw4kh0l2bv75idh4w"))))
+    (build-system perl-build-system)
+    (home-page "http://search.cpan.org/dist/IO-Interactive";)
+    (synopsis "Utilities for interactive I/O")
+    (description "This module provides three utility subroutines that make it
+easier to develop interactive applications: is_interactive(), interactive(),
+and busy()")
+    (license (package-license perl))))
+
 (define-public perl-io-stringy
   (package
     (name "perl-io-stringy")



reply via email to

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