Skip Menu |

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

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

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

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



Subject: [PATCH] for RT#91745
Subject: Alien-RRDtool-0.05__RT91745.patch
diff -Naur Alien-RRDtool-0.05/inc/MyBuilder.pm Alien-RRDtool-0.05_NEW/inc/MyBuilder.pm --- Alien-RRDtool-0.05/inc/MyBuilder.pm 2013-03-31 10:29:26.000000000 -0400 +++ Alien-RRDtool-0.05_NEW/inc/MyBuilder.pm 2014-01-19 11:16:05.593795271 -0500 @@ -24,7 +24,7 @@ sub xsystem { my(@args) = @_; print "->> ", join(' ', @args), "\n"; - system(@args) == 0 or croak "Failed to system(@args): $!"; + system(@args) == 0 or croak "Failed to system(@args)"; } sub ACTION_manpages {