Subject: | Shadowed By the Core Version |
Dear Steffen Müller,
Hi. This is imacat from Taiwan. I found that your Class-ISA-0.35 was
shadowed from the core Class::ISA 0.33 supplied by Perl 5.10.1. As a
result, the installation of Class::ISA 0.35 is unusable.
imacat@rinse perl/5.10.1 % find -name ISA.pm
./lib/5.10.1/Class/ISA.pm
./lib/site_perl/5.10.1/Class/ISA.pm
imacat@rinse perl/5.10.1 % grep '$VERSION = ' ./lib/5.10.1/Class/ISA.pm
./lib/site_perl/5.10.1/Class/ISA.pm
./lib/5.10.1/Class/ISA.pm:$VERSION = '0.33';
./lib/site_perl/5.10.1/Class/ISA.pm:$VERSION = '0.35';
imacat@rinse perl/5.10.1 % ./bin/perl -mClass::ISA -e'print
$Class::ISA::VERSION;'; echo
0.33
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: | Class-ISA-0.35-installdirs.diff |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
diff -u -r Class-ISA-0.35.orig/Makefile.PL Class-ISA-0.35/Makefile.PL
- --- Class-ISA-0.35.orig/Makefile.PL 2009-09-22 19:41:31.000000000 +0800
+++ Class-ISA-0.35/Makefile.PL 2009-09-28 01:24:22.000000000 +0800
@@ -15,5 +15,6 @@
'PREREQ_PM' => {
'if' => '0',
},
+ 'INSTALLDIRS' => ($] >= 5.007001 ? 'perl' : 'site'),
'dist' => { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
);
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkq/n+cACgkQi9gubzC5S1wNfwCgqzgf5dd6eU2wb61n/iNLEmBl
goEAniv8/E0sU/EzlF4RGESLO/SmzseR
=BVxO
-----END PGP SIGNATURE-----