Giter VIP home page Giter VIP logo

io-capture's Introduction

		IO::Capture

  The IO::Capture Module defines an abstract base class that can be
used to create any number of useful sub-classes that capture output 
being sent on a filehandle such as STDOUT or STDERR.
  Several modules come with the distribution that define sub-
classes of IO::Capture to do just that. (I.e., capture STDOUT and STDERR)  
See the man page IO::Capture::Overview for a discussion of these 
modules and how to build a module to sub-class the B<IO::Capture> 
class yourself. 
  To build and install this module, follow the standard procedures:

    $ perl Makefile.PL
    $ make
    $ make test
    $ su
    # make install

 
Report any problems via http://rt.cpan.org/.

CHANGES:
        I found a couple of problems that made me re-think the module
        IO::Capture::ErrorMessages.  As a result, I am  removing this
        module from the distribution.  It is  now depreciated and will
        be remove in the next release.   IO::Capture::Stderr now has
        has the same functionality that IO::Capture::Stderr did previously,
        and can be used instead.

	I have added a new parameter to IO::Capture::Stderr, "FORCE_CAPTURE_WARN".
	It controls capturing text sent via warn(), if $SIG{__WARN__} has been 
	changed.  The default is to let the text go to the handler set in 
	$SIG{__WARN__}.  If you want to override this, set FORCE_CAPTURE_WARN
        to a 1.  

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.