Skip Menu |

This queue is for tickets about the Config-Tiny CPAN distribution.

Report information
The Basics
Id: 88670
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Config-Tiny

People
Owner: Nobody in particular
Requestors: jl_morel [...] bribes.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 2.18
Fixed in: 2.18



Subject: Always the version number
The module does not compile: Global symbol "$VERSION" requires explicit package name at Makefile.PL line 21. Execution of Makefile.PL aborted due to compilation errors. I suggest the following patch: --- Makefile.PL.orig Sat Sep 14 09:37:59 2013 +++ Makefile.PL Sat Sep 14 09:41:53 2013 @@ -18,7 +18,7 @@ }, NAME => 'Config::Tiny', ABSTRACT => 'Read/Write .ini style files with as little code as possible', - VERSION => $VERSION, + VERSION_FROM => 'lib/Config/Tiny.pm', PREREQ_PM => { 'File::Spec' => 3.40, Best regards. J-L.
Hi Fixed in V 2.19. That was very careless of me. Sorry. $many x $thanx;