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.