Skip Menu |

This queue is for tickets about the Alien-RRDtool CPAN distribution.

Report information
The Basics
Id: 91745
Status: new
Priority: 0/
Queue: Alien-RRDtool

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
cpan [...] zoffix.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.05
Fixed in: (no value)



Subject: $! is meaningless in system()
xsystem() in inc/MyBuilder.pm has the following line system(@args) == 0 or croak "Failed to system(@args): $!"; But $! is not set on failed system() calls, and prints usually just a random (previous?) error. In my case it is: "No such file or directory". Best to remove the ": $!" bit here. Regards, Slaven