Skip Menu |

This queue is for tickets about the Module-Patch CPAN distribution.

Report information
The Basics
Id: 128512
Status: resolved
Priority: 0/
Queue: Module-Patch

People
Owner: Nobody in particular
Requestors: GUIDO [...] cpan.org
Cc:
AdminCc:

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



Subject: patch_package does not work
In line 36 please replace: - *{"$caller\::$exp"} = \&{$_}; + *{"$caller\::$exp"} = \&{$exp}; That fixes "Use of uninitialized value $_ in subroutine dereference at .../Module/Patch.pm line 36. Thanks, Guido
On Thu, 14 Feb 2019 15:29:16 GMT, GUIDO wrote: Show quoted text
> In line 36 please replace: > > - *{"$caller\::$exp"} = \&{$_}; > + *{"$caller\::$exp"} = \&{$exp}; > > That fixes "Use of uninitialized value $_ in subroutine dereference at > .../Module/Patch.pm line 36. > > Thanks, > Guido
Fixed and released 0.276, thanks.