Subject: | Shadowed By the Core Version |
Dear Tom Hughes,
Hi. This is imacat from Taiwan. I found that your IO-Zlib-1.08 was
shadowed from the core IO::Zlib 1.07 supplied by Perl 5.10.0. As a
result, the installation of IO::Zlib 1.08 is unusable.
imacat@rinse perl/5.10.0 % find -name Zlib.pm
./lib/5.10.0/x86_64-linux-thread-multi-ld/Compress/Raw/Zlib.pm
./lib/5.10.0/x86_64-linux-thread-multi-ld/Compress/Zlib.pm
./lib/5.10.0/IO/Zlib.pm
./lib/site_perl/5.10.0/IO/Zlib.pm
imacat@rinse perl/5.10.0 % grep '$VERSION = ' ./lib/5.10.0/IO/Zlib.pm
./lib/site_perl/5.10.0/IO/Zlib.pm
./lib/5.10.0/IO/Zlib.pm:$VERSION = "1.07";
./lib/site_perl/5.10.0/IO/Zlib.pm:$VERSION = "1.08";
imacat@rinse perl/5.10.0 % ./bin/perl -mIO::Zlib -e'print
$IO::Zlib::VERSION;'; echo
1.07
imacat@rinse perl/5.10.0 %
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: | IO-Zlib-1.08-installdirs.diff |
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
diff -u -r IO-Zlib-1.08.orig/Makefile.PL IO-Zlib-1.08/Makefile.PL
- --- IO-Zlib-1.08.orig/Makefile.PL 2007-03-04 23:54:02.000000000 +0800
+++ IO-Zlib-1.08/Makefile.PL 2007-12-28 12:03:33.000000000 +0800
@@ -5,5 +5,6 @@
VERSION_FROM => 'Zlib.pm',
PREREQ_PM => { 'Compress::Zlib' => 0 },
SIGN => 1,
+ INSTALLDIRS => ($] >= 5.010000 ? 'perl' : 'site'),
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },
);
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (GNU/Linux)
iEYEARECAAYFAkd0du0ACgkQi9gubzC5S1xCqgCfSv2MluLi4pnlg0UPZssIynxB
BLoAoJp46CzbH4NrvICgr6VFkBXW0yzY
=hV1x
-----END PGP SIGNATURE-----