Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report.
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=192571
Summary: Review Request: perl-IO-Null Product: Fedora Extras Version: devel Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: normal Component: Package Review AssignedTo: bugzilla-sink@leemhuis.info ReportedBy: steve@silug.org QAContact: fedora-package-review@redhat.com
Spec URL: http://ftp.kspei.com/pub/steve/rpms/perl-IO-Null/perl-IO-Null.spec SRPM URL: http://ftp.kspei.com/pub/steve/rpms/perl-IO-Null-1.01-1.src.rpm 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.