Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. Summary: Review Request: perl-IPC-System-Simple - Run commands simply, with detailed diagnostics https://bugzilla.redhat.com/show_bug.cgi?id=488913 Summary: Review Request: perl-IPC-System-Simple - Run commands simply, with detailed diagnostics Product: Fedora Version: rawhide Platform: All URL: http://search.cpan.org/dist/IPC-System-Simple OS/Version: Linux Status: NEW Severity: medium Priority: low Component: Package Review AssignedTo: nobody@xxxxxxxxxxxxxxxxx ReportedBy: cweyl@xxxxxxxxxxxxxxx QAContact: extras-qa@xxxxxxxxxxxxxxxxx CC: notting@xxxxxxxxxx, fedora-package-review@xxxxxxxxxx Estimated Hours: 0.0 Classification: Fedora Spec URL: http://fedorapeople.org/~cweyl/review/perl-IPC-System-Simple.spec SRPM URL: http://fedorapeople.org/~cweyl/review/perl-IPC-System-Simple-1.18-1.fc10.src.rpm Description: Calling Perl's in-built 'system()' function is easy, determining if it was successful is _hard_. Let's face it, '$?' isn't the nicest variable in the world to play with, and even if you _do_ check it, producing a well-formatted error string takes a lot of work. 'IPC::System::Simple' takes the hard work out of calling external commands. In fact, if you want to be really lazy, you can just write: use IPC::System::Simple qw(system); and all of your "system" commands will either succeeed (run to completion and return a zero exit value), or die with rich diagnostic messages. Koji build: http://koji.fedoraproject.org/koji/taskinfo?taskID=1225733 *rt-0.05 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review