perl-IO-Busy

Intercept terminal input while something else is happening

SRPM:     perl-IO-Busy-0.0.3-2.n0i.2.fc8.src.rpm
SPEC:     perl-IO-Busy.spec
Version:  0.0.3
Release:  2.n0i.2.fc8
Epoch:    
License:  Artistic
Group:    Development/Libraries
Size:     5755
Packager: Marius Feraru <altblue@n0i.net>
Vendor:   n0i.net
URL:      http://search.cpan.org/dist/IO-Busy/
Date:     Sun Jun 10 2007, 22:30 GMT

Description:

This module exports a single subroutine, named "busy". That subroutine
takes a single argument, which must be a block of code. "busy" forks off a
separate process that intercepts and stores any input, then executes the
block (in the original process). If the user types anything during the
execution of the block, that input does not appear on the STDIN of the
original process. Instead the busy block informs the user that their input
is not being received, and stores the input in a separate filehandle. That
filehandle is then returned by the "busy" call, at the end of the block's
execution, at which time STDIN is reconnected to the process.

Changelog:

  • Mon Jun 11 2007 Marius Feraru <altblue@n0i.net> - 0.0.3-2.n0i.2
    - spec file (re)created using N0i::CPAN::RPMizer/1.14.9
  • Tue Sep 13 2005 Marius Feraru <altblue@n0i.net> 0.0.3-1.n0i.1
    - version 0.0.3
    - initial packaging

Files:

  • IO-Busy-0.0.3.tar.gz
  • perl-IO-Busy.spec

Requires:

  • perl(ExtUtils::MakeMaker)
  • perl(Perl6::Export::Attrs)
  • perl(version)
  • reb00t-rpmdevtools
  • rpmlib(CompressedFileNames)