perl-IO-Null - Class for null filehandles

Description:

IO::Null is a class for null filehandles.  Calling a constructor of
this class always succeeds, returning a new null filehandle.  Writing
to any object of this class is always a no-operation, and returns
true.  Reading from any object of this class is always no-operation,
and returns empty-string or empty-list, as appropriate.

Homepage: http://search.cpan.org/dist/IO-Null/

License: GPL or Artistic

Vendor: Fedora Project

Packages

perl-IO-Null-1.01-3.fc7.noarch [9 KiB] Changelog by Steven Pritchard (2007-04-17):
- Use fixperms macro instead of our own chmod incantation.
- BR ExtUtils::MakeMaker.