r39988 - in /branches/upstream/libio-zlib-perl/current: ChangeLog META.yml Makefile.PL SIGNATURE Zlib.pm
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Thu Jul 16 00:06:37 UTC 2009
Author: jawnsy-guest
Date: Thu Jul 16 00:06:28 2009
New Revision: 39988
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=39988
Log:
[svn-upgrade] Integrating new upstream version, libio-zlib-perl (1.10)
Modified:
branches/upstream/libio-zlib-perl/current/ChangeLog
branches/upstream/libio-zlib-perl/current/META.yml
branches/upstream/libio-zlib-perl/current/Makefile.PL
branches/upstream/libio-zlib-perl/current/SIGNATURE
branches/upstream/libio-zlib-perl/current/Zlib.pm
Modified: branches/upstream/libio-zlib-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-zlib-perl/current/ChangeLog?rev=39988&op=diff
==============================================================================
--- branches/upstream/libio-zlib-perl/current/ChangeLog (original)
+++ branches/upstream/libio-zlib-perl/current/ChangeLog Thu Jul 16 00:06:28 2009
@@ -1,3 +1,12 @@
+Tue Jul 14 22:29:01 2009 Tom Hughes <tom at compton.nu>
+
+ * Zlib.pm
+ Change version number to 1.10.
+
+ * Zlib.pm
+ * Makefile.PL
+ Require Compress::Zlib 2.000 or later.
+
Thu Jan 3 18:35:44 2008 Tom Hughes <tom at compton.nu>
* Zlib.pm
Modified: branches/upstream/libio-zlib-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-zlib-perl/current/META.yml?rev=39988&op=diff
==============================================================================
--- branches/upstream/libio-zlib-perl/current/META.yml (original)
+++ branches/upstream/libio-zlib-perl/current/META.yml Thu Jul 16 00:06:28 2009
@@ -1,13 +1,13 @@
--- #YAML:1.0
name: IO-Zlib
-version: 1.09
+version: 1.10
abstract: ~
license: ~
author: ~
-generated_by: ExtUtils::MakeMaker version 6.38
+generated_by: ExtUtils::MakeMaker version 6.42
distribution_type: module
requires:
- Compress::Zlib: 0
+ Compress::Zlib: 2
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.3.html
version: 1.3
Modified: branches/upstream/libio-zlib-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-zlib-perl/current/Makefile.PL?rev=39988&op=diff
==============================================================================
--- branches/upstream/libio-zlib-perl/current/Makefile.PL (original)
+++ branches/upstream/libio-zlib-perl/current/Makefile.PL Thu Jul 16 00:06:28 2009
@@ -3,7 +3,7 @@
WriteMakefile(
NAME => 'IO::Zlib',
VERSION_FROM => 'Zlib.pm',
- PREREQ_PM => { 'Compress::Zlib' => 0 },
+ PREREQ_PM => { 'Compress::Zlib' => 2.000 },
SIGN => 1,
INSTALLDIRS => $] >= 5.00903 ? 'perl' : 'site',
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },
Modified: branches/upstream/libio-zlib-perl/current/SIGNATURE
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-zlib-perl/current/SIGNATURE?rev=39988&op=diff
==============================================================================
--- branches/upstream/libio-zlib-perl/current/SIGNATURE (original)
+++ branches/upstream/libio-zlib-perl/current/SIGNATURE Thu Jul 16 00:06:28 2009
@@ -14,12 +14,12 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-SHA1 8b2f00892f392893418cf9f644af74ec33b50d2d ChangeLog
+SHA1 1294902db533689f5bc0e534613a9c20a62f2f03 ChangeLog
SHA1 f40ead6aa5d4e89ad735b103ffcb6db45b2bf287 MANIFEST
-SHA1 4b39da43e72e88f6bb01f01492e885b0cf94cbde META.yml
-SHA1 c9cf864de39665f3f1c9b46b5847f7ac2273001e Makefile.PL
+SHA1 f0d43c487bbbeef6744fa264928f9c0a0d905e8e META.yml
+SHA1 1ad952898701ef89cdfda4be888f1488463add0f Makefile.PL
SHA1 b3b48f9e136027482f5aa97725d8fd57f2a80a71 README
-SHA1 9163da0f7e9c71354edf31aa8abe53e4e88d5f54 Zlib.pm
+SHA1 ec46f8978b3d4db6f28e6c1e404ab6f3439ea00b Zlib.pm
SHA1 13663459f0fba824818cefedee2100bfadce3dfc t/basic.t
SHA1 c4cca5764d5cbbf207a648ec7a3ef14de79d0c1e t/external.t
SHA1 6e4d78228a1d59e21bee5e65d77e006357452777 t/getc.t
@@ -30,9 +30,9 @@
SHA1 980956c4e4488ca131f894ea2c8408a3ee670140 t/uncomp1.t
SHA1 7ca7f549fdee7ae406e123ace0ad9b453418c315 t/uncomp2.t
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.7 (GNU/Linux)
+Version: GnuPG v1.4.9 (GNU/Linux)
-iD8DBQFHfStcsTvgEvrnk5kRAoBAAKDGqmS+vW5a+6v9EeMWHfdWs1yAywCgm3oQ
-T7cYSLMxhurjF67PURQp/s0=
-=RYfM
+iEYEARECAAYFAkpc+XgACgkQsTvgEvrnk5n6OQCeOHQrlvMokT/6l24tAwsRYH2f
+W/oAoKgq40ac+S/VhyG/2L0bSlj5oih5
+=8Kif
-----END PGP SIGNATURE-----
Modified: branches/upstream/libio-zlib-perl/current/Zlib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libio-zlib-perl/current/Zlib.pm?rev=39988&op=diff
==============================================================================
--- branches/upstream/libio-zlib-perl/current/Zlib.pm (original)
+++ branches/upstream/libio-zlib-perl/current/Zlib.pm Thu Jul 16 00:06:28 2009
@@ -6,7 +6,7 @@
package IO::Zlib;
-$VERSION = "1.09";
+$VERSION = "1.10";
=head1 NAME
@@ -300,7 +300,7 @@
BEGIN {
eval { require Compress::Zlib };
- $has_Compress_Zlib = $@ ? 0 : 1;
+ $has_Compress_Zlib = $@ || $Compress::Zlib::VERSION < 2.000 ? 0 : 1;
}
use Symbol;
More information about the Pkg-perl-cvs-commits
mailing list