Skip Menu |

This queue is for tickets about the Git-Repository-Plugin-AUTOLOAD CPAN distribution.

Report information
The Basics
Id: 100806
Status: resolved
Priority: 0/
Queue: Git-Repository-Plugin-AUTOLOAD

People
Owner: Nobody in particular
Requestors: ppisar [...] redhat.com
Cc:
AdminCc:

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



Subject: t/00-load.t uses %Config::Config without loading Config module
t/00-load.t does: local $ENV{PERL5LIB} = join $Config::Config{path_sep} || ';', @INC; but the code does not use or require the Config module before. It runs only because one of the four modules loaded directly loads Config (directly or indirectly). I recommend to "require Config"; to fix it.
On Tue Dec 09 11:30:16 2014, ppisar wrote: Show quoted text
> > I recommend to "require Config"; to fix it.
Thanks, fixed in 24c3b2f07dad9fe9b56115f8c262a7b22595cdea. I'll make a release soon.