Skip Menu |

This queue is for tickets about the File-Util CPAN distribution.

Report information
The Basics
Id: 79899
Status: resolved
Priority: 0/
Queue: File-Util

People
Owner: Nobody in particular
Requestors: 'spro^^*%*^6ut# [...] &$%*c
Cc:
AdminCc:

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



Subject: [PATCH] Fix for 5.17.5-to-be
This patch will make File::Util work in perl 5.17.5. See <https://rt.perl.org/rt3/Ticket/Display.html?id=115030>.
Subject: open_b44eP6Wa.txt
diff -rup File-Util-3.27-ZobwW3/Util.pm File-Util-3.27-iKXqD7/Util.pm --- File-Util-3.27-ZobwW3/Util.pm 2008-12-06 11:16:05.000000000 -0800 +++ File-Util-3.27-iKXqD7/Util.pm 2012-09-27 20:28:56.000000000 -0700 @@ -1151,7 +1151,7 @@ sub flock_rules { my($this) = shift(@_); my(@rules) = myargs(@_); - return @ONLOCKFAIL unless defined scalar @rules; + return @ONLOCKFAIL unless scalar @rules; my(%valid) = qw/ NOBLOCKEX NOBLOCKEX
Patch has been applied (in File::Util 3.28) which I upload to PAUSE in a few hours.
cpan testers passed over 99% after patch applied. marking this one as resolved