Subject: | Can't install v0.2.2 in perl 5.18.1 |
Date: | Sat, 24 Aug 2013 12:40:32 +0100 |
To: | bug-Test-Trap [...] rt.cpan.org |
From: | Paulo A Ferreira <paulo.a.ferreira [...] gmail.com> |
Hi,
It installs ok in 5.16.
$ uname -a
Linux ankh-morpork 3.8.0-29-generic #42-Ubuntu SMP Tue Aug 13 19:40:39 UTC
2013 x86_64 x86_64 x86_64 GNU/Linux
$ perl Makefile.PL
Checking if your kit is complete...
Looks good
Could not eval '
package ExtUtils::MakeMaker::_version;
no strict;
BEGIN { eval {
# Ensure any version() routine which might have leaked
# into this package has been deleted. Interferes with
# version->import()
undef *version;
require version;
"version"->import;
} }
local $VERSION;
$VERSION=undef;
do {
use version; $VERSION = qv('0.2.2');
};
$VERSION;
' in lib/Test/Trap.pm: Attempt to reload version.pm aborted.
Compilation failed in require at (eval 23) line 16, <$fh> line 3.
BEGIN failed--compilation aborted at (eval 23) line 16, <$fh> line 3.
WARNING: Setting VERSION via file 'lib/Test/Trap.pm' failed
at /home/paf/lib/perl5/ExtUtils/MakeMaker.pm line 599.
Writing Makefile for Test::Trap