Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > d3f7062ba02cd254f6ce56b4260f18c6 > files > 10

perl-IO-Capture-Extended-0.110.0-3.mga4.noarch.rpm

README for Perl extension IO-Capture-Extended

This distribution supersedes CPAN distribution
IO-Capture-Stdout-Extended.  All the functionality of that distribution
is preserved but is extended to capturing standard error as well.  You
will not have to change any code in any program currently using
IO-Capture-Stdout-Extended.

To install this module, you must already have installed Perl 
extension IO::Capture, version 0.05 or later, available from CPAN.

To install, call the following from the command-prompt:

    perl Makefile.PL
    make
    make test
    make install

If you are on Windows, you should probably use 'nmake' rather than 'make'.