Subject: | Shadowed By the Core Version |
Dear John Peacock,
Hi. This is imacat from Taiwan. I found that your version-0.7702
was shadowed from the core version 0.77 supplied by Perl 5.10.1 when
installed with Module::Build. As a result, the installation of version
0.7702 is unusable.
imacat@rinse perl/5.10.1 % find -name version.pm
./lib/5.10.1/version.pm
./lib/site_perl/5.10.1/x86_64-linux-thread-multi-ld/version.pm
imacat@rinse perl/5.10.1 % grep '$VERSION = ' ./lib/5.10.1/version.pm
./lib/site_perl/5.10.1/x86_64-linux-thread-multi-ld/version.pm
./lib/5.10.1/version.pm:$VERSION = 0.77;
./lib/site_perl/5.10.1/x86_64-linux-thread-multi-ld/version.pm:$VERSION
= '0.7702';
./lib/site_perl/5.10.1/x86_64-linux-thread-multi-ld/version.pm:$VERSION
= eval $VERSION;
imacat@rinse perl/5.10.1 % ./bin/perl -mversion -e'print
$version::VERSION;'; echo
0.77
imacat@rinse perl/5.10.1 %
I tried to make a simple patch in the hope that it helps. Please
tell me if you need any more information, or if I could be of any help.
Subject: | version-0.7702-installdirs.diff.asc |
Message body not shown because it is not plain text.