Change 33816 by [EMAIL PROTECTED] on 2008/05/10 20:04:34

        Subject: [PATCH] IO::Compress::* 2.010
        From: "Paul Marquess" <[EMAIL PROTECTED]>
        Date: Mon, 5 May 2008 18:32:54 +0100
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/ext/Compress/Raw/Zlib/Changes#11 edit
... //depot/perl/ext/Compress/Raw/Zlib/README#15 edit
... //depot/perl/ext/Compress/Raw/Zlib/Zlib.xs#9 edit
... //depot/perl/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm#16 edit
... //depot/perl/ext/Compress/Raw/Zlib/private/MakeUtil.pm#3 edit
... //depot/perl/ext/Compress/Zlib/Changes#23 edit
... //depot/perl/ext/Compress/Zlib/Makefile.PL#26 edit
... //depot/perl/ext/Compress/Zlib/README#24 edit
... //depot/perl/ext/Compress/Zlib/lib/Compress/Zlib.pm#17 edit
... //depot/perl/ext/Compress/Zlib/private/MakeUtil.pm#3 edit
... //depot/perl/ext/IO_Compress_Base/Changes#6 edit
... //depot/perl/ext/IO_Compress_Base/Makefile.PL#3 edit
... //depot/perl/ext/IO_Compress_Base/README#6 edit
... //depot/perl/ext/IO_Compress_Base/lib/IO/Compress/Base.pm#6 edit
... //depot/perl/ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm#6 edit
... //depot/perl/ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm#6 edit
... //depot/perl/ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm#6 edit
... //depot/perl/ext/IO_Compress_Base/private/MakeUtil.pm#2 edit
... //depot/perl/ext/IO_Compress_Base/t/01misc.t#3 edit
... //depot/perl/ext/IO_Compress_Zlib/Changes#6 edit
... //depot/perl/ext/IO_Compress_Zlib/Makefile.PL#6 edit
... //depot/perl/ext/IO_Compress_Zlib/README#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm#7 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm#6 
edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm#6 
edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm#6 edit
... //depot/perl/ext/IO_Compress_Zlib/private/MakeUtil.pm#2 edit

Differences ...

==== //depot/perl/ext/Compress/Raw/Zlib/Changes#11 (text) ====
Index: perl/ext/Compress/Raw/Zlib/Changes
--- perl/ext/Compress/Raw/Zlib/Changes#10~33716~        2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/Compress/Raw/Zlib/Changes  2008-05-10 13:04:34.000000000 -0700
@@ -1,6 +1,10 @@
 CHANGES
 -------
 
+  2.010 5 May 2008
+
+      * No Changes
+
   2.009 20 April 2008
 
       * No Changes

==== //depot/perl/ext/Compress/Raw/Zlib/README#15 (text) ====
Index: perl/ext/Compress/Raw/Zlib/README
--- perl/ext/Compress/Raw/Zlib/README#14~33716~ 2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/Compress/Raw/Zlib/README   2008-05-10 13:04:34.000000000 -0700
@@ -1,9 +1,9 @@
 
                              Compress-Raw-Zlib
 
-                             Version 2.009
+                             Version 2.010
 
-                              20th April 2008
+                               5th May 2008
 
        Copyright (c) 2005-2008 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -326,7 +326,7 @@
         If you haven't installed Compress-Raw-Zlib then search 
Compress::Raw::Zlib.pm
         for a line like this:
 
-          $VERSION = "2.009" ;
+          $VERSION = "2.010" ;
 
      c. The version of zlib you have used.
         If you have successfully installed Compress-Raw-Zlib, this one-liner

==== //depot/perl/ext/Compress/Raw/Zlib/Zlib.xs#9 (text) ====
Index: perl/ext/Compress/Raw/Zlib/Zlib.xs
--- perl/ext/Compress/Raw/Zlib/Zlib.xs#8~33716~ 2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/Compress/Raw/Zlib/Zlib.xs  2008-05-10 13:04:34.000000000 -0700
@@ -64,6 +64,11 @@
 #  include "ppport.h"
 #endif
 
+#if PERL_REVISION == 5 && PERL_VERSION == 9
+    /* For Andreas */
+#   define sv_pvbyte_force(sv,lp) sv_pvbyten_force(sv,lp)
+#endif
+
 #if PERL_REVISION == 5 && (PERL_VERSION < 8 || (PERL_VERSION == 8 && 
PERL_SUBVERSION < 4 ))
 
 #    ifdef SvPVbyte_force

==== //depot/perl/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm#16 (text) ====
Index: perl/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm
--- perl/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm#15~33716~       
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/Compress/Raw/Zlib/lib/Compress/Raw/Zlib.pm 2008-05-10 
13:04:34.000000000 -0700
@@ -13,7 +13,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 

==== //depot/perl/ext/Compress/Raw/Zlib/private/MakeUtil.pm#3 (text) ====
Index: perl/ext/Compress/Raw/Zlib/private/MakeUtil.pm
--- perl/ext/Compress/Raw/Zlib/private/MakeUtil.pm#2~29117~     2006-10-26 
08:42:40.000000000 -0700
+++ perl/ext/Compress/Raw/Zlib/private/MakeUtil.pm      2008-05-10 
13:04:34.000000000 -0700
@@ -6,6 +6,8 @@
 use Config qw(%Config);
 use File::Copy;
 
+my $VERSION = '1.0';
+
 
 BEGIN
 {

==== //depot/perl/ext/Compress/Zlib/Changes#23 (text) ====
Index: perl/ext/Compress/Zlib/Changes
--- perl/ext/Compress/Zlib/Changes#22~33716~    2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/Compress/Zlib/Changes      2008-05-10 13:04:34.000000000 -0700
@@ -1,6 +1,11 @@
 CHANGES
 -------
 
+  2.010 5 May 2008
+
+      * Fixed problem that meant Perl 5.10 could not upgrade this module.
+        [RT #35341]
+
   2.009 20 April 2008
 
       * Minor documentation issue with flush.

==== //depot/perl/ext/Compress/Zlib/Makefile.PL#26 (xtext) ====
Index: perl/ext/Compress/Zlib/Makefile.PL
--- perl/ext/Compress/Zlib/Makefile.PL#25~33716~        2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/Compress/Zlib/Makefile.PL  2008-05-10 13:04:34.000000000 -0700
@@ -3,7 +3,7 @@
 use strict ;
 require 5.004 ;
 
-$::VERSION = '2.009' ;
+$::VERSION = '2.010' ;
 
 use private::MakeUtil;
 use ExtUtils::MakeMaker 5.16 ;
@@ -45,6 +45,12 @@
 
     INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),
 
+    (
+    $] >= 5.009 && ! $ENV{PERL_CORE}
+        ? (INST_LIB    => 'blib/arch')
+        : ()
+    ),
+
     ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
         ('LICENSE'  => 'perl')         : ()),    
 

==== //depot/perl/ext/Compress/Zlib/README#24 (text) ====
Index: perl/ext/Compress/Zlib/README
--- perl/ext/Compress/Zlib/README#23~33716~     2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/Compress/Zlib/README       2008-05-10 13:04:34.000000000 -0700
@@ -1,9 +1,9 @@
 
                              Compress-Zlib
 
-                             Version 2.009
+                             Version 2.010
 
-                              20th April 2008
+                               5th May 2008
 
        Copyright (c) 1995-2008 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -106,7 +106,7 @@
         If you haven't installed Compress-Zlib then search Compress::Zlib.pm
         for a line like this:
 
-          $VERSION = "2.009" ;
+          $VERSION = "2.010" ;
 
  2. If you are having problems building Compress-Zlib, send me a
     complete log of what happened. Start by unpacking the Compress-Zlib

==== //depot/perl/ext/Compress/Zlib/lib/Compress/Zlib.pm#17 (text) ====
Index: perl/ext/Compress/Zlib/lib/Compress/Zlib.pm
--- perl/ext/Compress/Zlib/lib/Compress/Zlib.pm#16~33716~       2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/Compress/Zlib/lib/Compress/Zlib.pm 2008-05-10 13:04:34.000000000 
-0700
@@ -8,17 +8,17 @@
 use IO::Handle ;
 use Scalar::Util qw(dualvar);
 
-use IO::Compress::Base::Common 2.009 ;
-use Compress::Raw::Zlib 2.009 ;
-use IO::Compress::Gzip 2.009 ;
-use IO::Uncompress::Gunzip 2.009 ;
+use IO::Compress::Base::Common 2.010 ;
+use Compress::Raw::Zlib 2.010 ;
+use IO::Compress::Gzip 2.010 ;
+use IO::Uncompress::Gunzip 2.010 ;
 
 use strict ;
 use warnings ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
@@ -452,7 +452,7 @@
 
 package Compress::Zlib ;
 
-use IO::Compress::Gzip::Constants 2.009 ;
+use IO::Compress::Gzip::Constants 2.010 ;
 
 sub memGzip($)
 {

==== //depot/perl/ext/Compress/Zlib/private/MakeUtil.pm#3 (text) ====
Index: perl/ext/Compress/Zlib/private/MakeUtil.pm
--- perl/ext/Compress/Zlib/private/MakeUtil.pm#2~29117~ 2006-10-26 
08:42:40.000000000 -0700
+++ perl/ext/Compress/Zlib/private/MakeUtil.pm  2008-05-10 13:04:34.000000000 
-0700
@@ -6,6 +6,8 @@
 use Config qw(%Config);
 use File::Copy;
 
+my $VERSION = '1.0';
+
 
 BEGIN
 {

==== //depot/perl/ext/IO_Compress_Base/Changes#6 (text) ====
Index: perl/ext/IO_Compress_Base/Changes
--- perl/ext/IO_Compress_Base/Changes#5~33716~  2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/IO_Compress_Base/Changes   2008-05-10 13:04:34.000000000 -0700
@@ -1,6 +1,11 @@
 CHANGES
 -------
 
+  2.010 5 May 2008
+
+      * Fixed problem that meant Perl 5.10 could not upgrade this module.
+        [RT #35342]
+
   2.009 20 April 2008
 
       * Removed the alpha status from File::GlobMapper

==== //depot/perl/ext/IO_Compress_Base/Makefile.PL#3 (text) ====
Index: perl/ext/IO_Compress_Base/Makefile.PL
--- perl/ext/IO_Compress_Base/Makefile.PL#2~31782~      2007-09-02 
01:06:33.000000000 -0700
+++ perl/ext/IO_Compress_Base/Makefile.PL       2008-05-10 13:04:34.000000000 
-0700
@@ -37,6 +37,12 @@
 
     INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),
 
+    (
+    $] >= 5.009 && ! $ENV{PERL_CORE}
+        ? (INST_LIB    => 'blib/arch')
+        : ()
+    ),
+
     ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
         ('LICENSE'  => 'perl')         : ()),
     

==== //depot/perl/ext/IO_Compress_Base/README#6 (text) ====
Index: perl/ext/IO_Compress_Base/README
--- perl/ext/IO_Compress_Base/README#5~33716~   2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/IO_Compress_Base/README    2008-05-10 13:04:34.000000000 -0700
@@ -1,9 +1,9 @@
 
                              IO-Compress-Base
 
-                             Version 2.009
+                             Version 2.010
 
-                              20th April 2008
+                               5th May 2008
 
        Copyright (c) 2005-2008 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -76,7 +76,7 @@
         If you haven't installed IO-Compress-Base then search 
IO::Compress::Base.pm
         for a line like this:
 
-          $VERSION = "2.009" ;
+          $VERSION = "2.010" ;
 
  2. If you are having problems building IO-Compress-Base, send me a
     complete log of what happened. Start by unpacking the IO-Compress-Base

==== //depot/perl/ext/IO_Compress_Base/lib/IO/Compress/Base.pm#6 (text) ====
Index: perl/ext/IO_Compress_Base/lib/IO/Compress/Base.pm
--- perl/ext/IO_Compress_Base/lib/IO/Compress/Base.pm#5~33716~  2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Base/lib/IO/Compress/Base.pm   2008-05-10 
13:04:34.000000000 -0700
@@ -6,7 +6,7 @@
 use strict ;
 use warnings;
 
-use IO::Compress::Base::Common 2.009 ;
+use IO::Compress::Base::Common 2.010 ;
 
 use IO::File ;
 use Scalar::Util qw(blessed readonly);
@@ -20,7 +20,7 @@
 our (@ISA, $VERSION);
 @ISA    = qw(Exporter IO::File);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 #Can't locate object method "SWASHNEW" via package "utf8" (perhaps you forgot 
to load "utf8"?) at .../ext/Compress-Zlib/Gzip/blib/lib/Compress/Zlib/Common.pm 
line 16.
 

==== //depot/perl/ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm#6 (text) 
====
Index: perl/ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm
--- perl/ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm#5~33716~   
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Base/lib/IO/Compress/Base/Common.pm    2008-05-10 
13:04:34.000000000 -0700
@@ -11,7 +11,7 @@
 require Exporter;
 our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $HAS_ENCODE);
 @ISA = qw(Exporter);
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 @EXPORT = qw( isaFilehandle isaFilename whatIsInput whatIsOutput 
               isaFileGlobString cleanFileGlobString oneTarget

==== //depot/perl/ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm
--- perl/ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm#5~33716~       
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Base/lib/IO/Uncompress/AnyUncompress.pm        
2008-05-10 13:04:34.000000000 -0700
@@ -4,16 +4,16 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common 2.009 qw(createSelfTiedObject);
+use IO::Compress::Base::Common 2.010 qw(createSelfTiedObject);
 
-use IO::Uncompress::Base 2.009 ;
+use IO::Uncompress::Base 2.010 ;
 
 
 require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyUncompressError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $AnyUncompressError = '';
 
 @ISA = qw( Exporter IO::Uncompress::Base );
@@ -27,18 +27,18 @@
 
 BEGIN
 {
-   eval ' use IO::Uncompress::Adapter::Inflate 2.009 ;';
-   eval ' use IO::Uncompress::Adapter::Bunzip2 2.009 ;';
-   eval ' use IO::Uncompress::Adapter::LZO 2.009 ;';
-   eval ' use IO::Uncompress::Adapter::Lzf 2.009 ;';
-
-   eval ' use IO::Uncompress::Bunzip2 2.009 ;';
-   eval ' use IO::Uncompress::UnLzop 2.009 ;';
-   eval ' use IO::Uncompress::Gunzip 2.009 ;';
-   eval ' use IO::Uncompress::Inflate 2.009 ;';
-   eval ' use IO::Uncompress::RawInflate 2.009 ;';
-   eval ' use IO::Uncompress::Unzip 2.009 ;';
-   eval ' use IO::Uncompress::UnLzf 2.009 ;';
+   eval ' use IO::Uncompress::Adapter::Inflate 2.010 ;';
+   eval ' use IO::Uncompress::Adapter::Bunzip2 2.010 ;';
+   eval ' use IO::Uncompress::Adapter::LZO 2.010 ;';
+   eval ' use IO::Uncompress::Adapter::Lzf 2.010 ;';
+
+   eval ' use IO::Uncompress::Bunzip2 2.010 ;';
+   eval ' use IO::Uncompress::UnLzop 2.010 ;';
+   eval ' use IO::Uncompress::Gunzip 2.010 ;';
+   eval ' use IO::Uncompress::Inflate 2.010 ;';
+   eval ' use IO::Uncompress::RawInflate 2.010 ;';
+   eval ' use IO::Uncompress::Unzip 2.010 ;';
+   eval ' use IO::Uncompress::UnLzf 2.010 ;';
 }
 
 sub new
@@ -56,7 +56,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common 2.009 qw(:Parse);
+    use IO::Compress::Base::Common 2.010 qw(:Parse);
     return ( 'RawInflate' => [1, 1, Parse_boolean,  0] ) ;
 }
 

==== //depot/perl/ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm#6 (text) ====
Index: perl/ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm
--- perl/ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm#5~33716~        
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Base/lib/IO/Uncompress/Base.pm 2008-05-10 
13:04:34.000000000 -0700
@@ -9,12 +9,12 @@
 @ISA    = qw(Exporter IO::File);
 
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 use constant G_EOF => 0 ;
 use constant G_ERR => -1 ;
 
-use IO::Compress::Base::Common 2.009 ;
+use IO::Compress::Base::Common 2.010 ;
 #use Parse::Parameters ;
 
 use IO::File ;

==== //depot/perl/ext/IO_Compress_Base/private/MakeUtil.pm#2 (text) ====
Index: perl/ext/IO_Compress_Base/private/MakeUtil.pm
--- perl/ext/IO_Compress_Base/private/MakeUtil.pm#1~31047~      2007-04-23 
20:18:34.000000000 -0700
+++ perl/ext/IO_Compress_Base/private/MakeUtil.pm       2008-05-10 
13:04:34.000000000 -0700
@@ -6,6 +6,8 @@
 use Config qw(%Config);
 use File::Copy;
 
+my $VERSION = '1.0';
+
 
 BEGIN
 {

==== //depot/perl/ext/IO_Compress_Base/t/01misc.t#3 (text) ====
Index: perl/ext/IO_Compress_Base/t/01misc.t
--- perl/ext/IO_Compress_Base/t/01misc.t#2~33716~       2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Base/t/01misc.t        2008-05-10 13:04:34.000000000 
-0700
@@ -19,7 +19,7 @@
     $extra = 1
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
-    plan tests => 80 + $extra ;
+    plan tests => 78 + $extra ;
 
     use_ok('Scalar::Util');
     use_ok('IO::Compress::Base::Common');
@@ -120,11 +120,11 @@
     $$xx_ref = 666 ;
     is $xx, 666;
 
-    my $got1 = ParseParameters(1, {'Fred' => [1, 1, Parse_writable_scalar, 
undef]}, $got) ;
-    ok $got->parsed('Fred'), "parsed" ;
-    $xx_ref = $got->value('Fred');
-    $$xx_ref = 666 ;
-    is $xx, 666;
+#    my $got1 = ParseParameters(1, {'Fred' => [1, 1, Parse_writable_scalar, 
undef]}, $got) ;
+#    ok $got->parsed('Fred'), "parsed" ;
+#    $xx_ref = $got->value('Fred');
+#    $$xx_ref = 666 ;
+#    is $xx, 666;
 }
 
 My::testParseParameters();

==== //depot/perl/ext/IO_Compress_Zlib/Changes#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/Changes
--- perl/ext/IO_Compress_Zlib/Changes#5~33716~  2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/IO_Compress_Zlib/Changes   2008-05-10 13:04:34.000000000 -0700
@@ -1,6 +1,11 @@
 CHANGES
 -------
 
+  2.010 5 May 2008
+
+      * Fixed problem that meant Perl 5.10 could not upgrade this module.
+        [RT #35343]
+
   2.009 20 April 2008
 
       * IO::Compress::Zip 

==== //depot/perl/ext/IO_Compress_Zlib/Makefile.PL#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/Makefile.PL
--- perl/ext/IO_Compress_Zlib/Makefile.PL#5~33716~      2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/Makefile.PL       2008-05-10 13:04:34.000000000 
-0700
@@ -3,7 +3,7 @@
 use strict ;
 require 5.004 ;
 
-$::VERSION = '2.009' ;
+$::VERSION = '2.010' ;
 
 use private::MakeUtil;
 use ExtUtils::MakeMaker 5.16 ;
@@ -51,6 +51,13 @@
 
     INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),
 
+    (
+    $] >= 5.009 && ! $ENV{PERL_CORE}
+        ? (INST_LIB    => 'blib/arch')
+        : ()
+    ),
+
+
     ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
         ('LICENSE'  => 'perl')         : ()),    
 

==== //depot/perl/ext/IO_Compress_Zlib/README#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/README
--- perl/ext/IO_Compress_Zlib/README#5~33716~   2008-04-21 00:44:27.000000000 
-0700
+++ perl/ext/IO_Compress_Zlib/README    2008-05-10 13:04:34.000000000 -0700
@@ -1,9 +1,9 @@
 
                              IO-Compress-Zlib
 
-                             Version 2.009
+                             Version 2.010
 
-                              20th April 2008
+                               5th May 2008
 
        Copyright (c) 2005-2008 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -93,7 +93,7 @@
         If you haven't installed IO-Compress-Zlib then search 
IO::Compress::Gzip.pm
         for a line like this:
 
-          $VERSION = "2.009" ;
+          $VERSION = "2.010" ;
 
  2. If you are having problems building IO-Compress-Zlib, send me a
     complete log of what happened. Start by unpacking the IO-Compress-Zlib

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm#5~33716~       
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Deflate.pm        
2008-05-10 13:04:34.000000000 -0700
@@ -4,12 +4,12 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status);
+use IO::Compress::Base::Common  2.010 qw(:Status);
 
-use Compress::Raw::Zlib  2.009 qw(Z_OK Z_FINISH MAX_WBITS) ;
+use Compress::Raw::Zlib  2.010 qw(Z_OK Z_FINISH MAX_WBITS) ;
 our ($VERSION);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 sub mkCompObject
 {

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm#5~33716~      
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Adapter/Identity.pm       
2008-05-10 13:04:34.000000000 -0700
@@ -4,10 +4,10 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status);
+use IO::Compress::Base::Common  2.010 qw(:Status);
 our ($VERSION);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 sub mkCompObject
 {

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm#5~33716~       
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Deflate.pm        2008-05-10 
13:04:34.000000000 -0700
@@ -6,16 +6,16 @@
 
 require Exporter ;
 
-use IO::Compress::RawDeflate 2.009 ;
+use IO::Compress::RawDeflate 2.010 ;
 
-use Compress::Raw::Zlib  2.009 ;
-use IO::Compress::Zlib::Constants 2.009 ;
-use IO::Compress::Base::Common  2.009 qw(createSelfTiedObject);
+use Compress::Raw::Zlib  2.010 ;
+use IO::Compress::Zlib::Constants 2.010 ;
+use IO::Compress::Base::Common  2.010 qw(createSelfTiedObject);
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $DeflateError = '';
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm#5~33716~  2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip.pm   2008-05-10 
13:04:34.000000000 -0700
@@ -8,12 +8,12 @@
 use bytes;
 
 
-use IO::Compress::RawDeflate 2.009 ;
+use IO::Compress::RawDeflate 2.010 ;
 
-use Compress::Raw::Zlib  2.009 ;
-use IO::Compress::Base::Common  2.009 qw(:Status :Parse createSelfTiedObject);
-use IO::Compress::Gzip::Constants 2.009 ;
-use IO::Compress::Zlib::Extra 2.009 ;
+use Compress::Raw::Zlib  2.010 ;
+use IO::Compress::Base::Common  2.010 qw(:Status :Parse createSelfTiedObject);
+use IO::Compress::Gzip::Constants 2.010 ;
+use IO::Compress::Zlib::Extra 2.010 ;
 
 BEGIN
 {
@@ -27,7 +27,7 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $GzipError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $GzipError = '' ;
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm#7 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm#6~33716~        
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Gzip/Constants.pm 2008-05-10 
13:04:34.000000000 -0700
@@ -9,7 +9,7 @@
 our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names);
 our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 @ISA = qw(Exporter);
 

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm#6 (text) 
====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm#5~33716~    
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/RawDeflate.pm     2008-05-10 
13:04:34.000000000 -0700
@@ -7,16 +7,16 @@
 use bytes;
 
 
-use IO::Compress::Base 2.009 ;
-use IO::Compress::Base::Common  2.009 qw(:Status createSelfTiedObject);
-use IO::Compress::Adapter::Deflate  2.009 ;
+use IO::Compress::Base 2.010 ;
+use IO::Compress::Base::Common  2.010 qw(:Status createSelfTiedObject);
+use IO::Compress::Adapter::Deflate  2.010 ;
 
 require Exporter ;
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %DEFLATE_CONSTANTS, %EXPORT_TAGS, 
$RawDeflateError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $RawDeflateError = '';
 
 @ISA = qw(Exporter IO::Compress::Base);
@@ -143,8 +143,8 @@
 {
     my $self = shift ;
 
-    use IO::Compress::Base::Common  2.009 qw(:Parse);
-    use Compress::Raw::Zlib  2.009 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION 
Z_DEFAULT_STRATEGY);
+    use IO::Compress::Base::Common  2.010 qw(:Parse);
+    use Compress::Raw::Zlib  2.010 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION 
Z_DEFAULT_STRATEGY);
 
     
     return (

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm#5~33716~   2008-04-21 
00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip.pm    2008-05-10 
13:04:34.000000000 -0700
@@ -4,21 +4,21 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status createSelfTiedObject);
-use IO::Compress::RawDeflate 2.009 ;
-use IO::Compress::Adapter::Deflate 2.009 ;
-use IO::Compress::Adapter::Identity 2.009 ;
-use IO::Compress::Zlib::Extra 2.009 ;
-use IO::Compress::Zip::Constants 2.009 ;
+use IO::Compress::Base::Common  2.010 qw(:Status createSelfTiedObject);
+use IO::Compress::RawDeflate 2.010 ;
+use IO::Compress::Adapter::Deflate 2.010 ;
+use IO::Compress::Adapter::Identity 2.010 ;
+use IO::Compress::Zlib::Extra 2.010 ;
+use IO::Compress::Zip::Constants 2.010 ;
 
 
-use Compress::Raw::Zlib  2.009 qw(crc32) ;
+use Compress::Raw::Zlib  2.010 qw(crc32) ;
 BEGIN
 {
     eval { require IO::Compress::Adapter::Bzip2 ; 
-           import  IO::Compress::Adapter::Bzip2 2.009 ; 
+           import  IO::Compress::Adapter::Bzip2 2.010 ; 
            require IO::Compress::Bzip2 ; 
-           import  IO::Compress::Bzip2 2.009 ; 
+           import  IO::Compress::Bzip2 2.010 ; 
          } ;
 }
 
@@ -27,7 +27,7 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $ZipError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $ZipError = '';
 
 @ISA = qw(Exporter IO::Compress::RawDeflate);
@@ -453,8 +453,8 @@
 {
     my $self = shift ;
 
-    use IO::Compress::Base::Common  2.009 qw(:Parse);
-    use Compress::Raw::Zlib  2.009 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION 
Z_DEFAULT_STRATEGY);
+    use IO::Compress::Base::Common  2.010 qw(:Parse);
+    use Compress::Raw::Zlib  2.010 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION 
Z_DEFAULT_STRATEGY);
 
     my @Bzip2 = ();
     

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm#5~33716~ 
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zip/Constants.pm  2008-05-10 
13:04:34.000000000 -0700
@@ -7,7 +7,7 @@
 
 our ($VERSION, @ISA, @EXPORT, %ZIP_CM_MIN_VERSIONS);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 @ISA = qw(Exporter);
 

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm#5~33716~        
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Constants.pm 2008-05-10 
13:04:34.000000000 -0700
@@ -9,7 +9,7 @@
 
 our ($VERSION, @ISA, @EXPORT);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 @ISA = qw(Exporter);
 

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm#6 (text) 
====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm#5~33716~    
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Compress/Zlib/Extra.pm     2008-05-10 
13:04:34.000000000 -0700
@@ -8,9 +8,9 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
-use IO::Compress::Gzip::Constants 2.009 ;
+use IO::Compress::Gzip::Constants 2.010 ;
 
 sub ExtraFieldError
 {

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm#5~33716~    
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Identity.pm     
2008-05-10 13:04:34.000000000 -0700
@@ -4,13 +4,13 @@
 use strict;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status);
+use IO::Compress::Base::Common  2.010 qw(:Status);
 
 our ($VERSION);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
-use Compress::Raw::Zlib  2.009 ();
+use Compress::Raw::Zlib  2.010 ();
 
 sub mkUncompObject
 {

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm#6 
(text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm#5~33716~     
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Adapter/Inflate.pm      
2008-05-10 13:04:34.000000000 -0700
@@ -4,11 +4,11 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status);
-use Compress::Raw::Zlib  2.009 qw(Z_OK Z_DATA_ERROR Z_STREAM_END Z_FINISH 
MAX_WBITS);
+use IO::Compress::Base::Common  2.010 qw(:Status);
+use Compress::Raw::Zlib  2.010 qw(Z_OK Z_DATA_ERROR Z_STREAM_END Z_FINISH 
MAX_WBITS);
 
 our ($VERSION);
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 
 

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm#6 (text) 
====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm#5~33716~  
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/AnyInflate.pm   2008-05-10 
13:04:34.000000000 -0700
@@ -6,22 +6,22 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(createSelfTiedObject);
+use IO::Compress::Base::Common  2.010 qw(createSelfTiedObject);
 
-use IO::Uncompress::Adapter::Inflate  2.009 ();
+use IO::Uncompress::Adapter::Inflate  2.010 ();
 
 
-use IO::Uncompress::Base  2.009 ;
-use IO::Uncompress::Gunzip  2.009 ;
-use IO::Uncompress::Inflate  2.009 ;
-use IO::Uncompress::RawInflate  2.009 ;
-use IO::Uncompress::Unzip  2.009 ;
+use IO::Uncompress::Base  2.010 ;
+use IO::Uncompress::Gunzip  2.010 ;
+use IO::Uncompress::Inflate  2.010 ;
+use IO::Uncompress::RawInflate  2.010 ;
+use IO::Uncompress::Unzip  2.010 ;
 
 require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyInflateError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $AnyInflateError = '';
 
 @ISA = qw( Exporter IO::Uncompress::Base );
@@ -48,7 +48,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.009 qw(:Parse);
+    use IO::Compress::Base::Common  2.010 qw(:Parse);
     return ( 'RawInflate' => [1, 1, Parse_boolean,  0] ) ;
 }
 

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm#5~33716~      
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Gunzip.pm       2008-05-10 
13:04:34.000000000 -0700
@@ -9,12 +9,12 @@
 use warnings;
 use bytes;
 
-use IO::Uncompress::RawInflate 2.009 ;
+use IO::Uncompress::RawInflate 2.010 ;
 
-use Compress::Raw::Zlib 2.009 qw( crc32 ) ;
-use IO::Compress::Base::Common 2.009 qw(:Status createSelfTiedObject);
-use IO::Compress::Gzip::Constants 2.009 ;
-use IO::Compress::Zlib::Extra 2.009 ;
+use Compress::Raw::Zlib 2.010 qw( crc32 ) ;
+use IO::Compress::Base::Common 2.010 qw(:Status createSelfTiedObject);
+use IO::Compress::Gzip::Constants 2.010 ;
+use IO::Compress::Zlib::Extra 2.010 ;
 
 require Exporter ;
 
@@ -28,7 +28,7 @@
 
 $GunzipError = '';
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 
 sub new
 {
@@ -47,7 +47,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.009 qw(:Parse);
+    use IO::Compress::Base::Common  2.010 qw(:Parse);
     return ( 'ParseExtra' => [1, 1, Parse_boolean,  0] ) ;
 }
 

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm#6 (text) 
====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm#5~33716~     
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Inflate.pm      2008-05-10 
13:04:34.000000000 -0700
@@ -5,15 +5,15 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.009 qw(:Status createSelfTiedObject);
-use IO::Compress::Zlib::Constants 2.009 ;
+use IO::Compress::Base::Common  2.010 qw(:Status createSelfTiedObject);
+use IO::Compress::Zlib::Constants 2.010 ;
 
-use IO::Uncompress::RawInflate  2.009 ;
+use IO::Uncompress::RawInflate  2.010 ;
 
 require Exporter ;
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $InflateError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $InflateError = '';
 
 @ISA    = qw( Exporter IO::Uncompress::RawInflate );

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm#6 (text) 
====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm#5~33716~  
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/RawInflate.pm   2008-05-10 
13:04:34.000000000 -0700
@@ -5,11 +5,11 @@
 use warnings;
 use bytes;
 
-use Compress::Raw::Zlib  2.009 ;
-use IO::Compress::Base::Common  2.009 qw(:Status createSelfTiedObject);
+use Compress::Raw::Zlib  2.010 ;
+use IO::Compress::Base::Common  2.010 qw(:Status createSelfTiedObject);
 
-use IO::Uncompress::Base  2.009 ;
-use IO::Uncompress::Adapter::Inflate  2.009 ;
+use IO::Uncompress::Base  2.010 ;
+use IO::Uncompress::Adapter::Inflate  2.010 ;
 
 
 
@@ -17,7 +17,7 @@
 require Exporter ;
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, 
$RawInflateError);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $RawInflateError = '';
 
 @ISA    = qw( Exporter IO::Uncompress::Base );

==== //depot/perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm#6 (text) ====
Index: perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm
--- perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm#5~33716~       
2008-04-21 00:44:27.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/lib/IO/Uncompress/Unzip.pm        2008-05-10 
13:04:34.000000000 -0700
@@ -8,13 +8,13 @@
 use warnings;
 use bytes;
 
-use IO::Uncompress::RawInflate  2.009 ;
-use IO::Compress::Base::Common  2.009 qw(:Status createSelfTiedObject);
-use IO::Uncompress::Adapter::Identity 2.009 ;
-use IO::Compress::Zlib::Extra 2.009 ;
-use IO::Compress::Zip::Constants 2.009 ;
+use IO::Uncompress::RawInflate  2.010 ;
+use IO::Compress::Base::Common  2.010 qw(:Status createSelfTiedObject);
+use IO::Uncompress::Adapter::Identity 2.010 ;
+use IO::Compress::Zlib::Extra 2.010 ;
+use IO::Compress::Zip::Constants 2.010 ;
 
-use Compress::Raw::Zlib  2.009 qw(crc32) ;
+use Compress::Raw::Zlib  2.010 qw(crc32) ;
 
 BEGIN
 {
@@ -27,7 +27,7 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $UnzipError, %headerLookup);
 
-$VERSION = '2.009';
+$VERSION = '2.010';
 $UnzipError = '';
 
 @ISA    = qw(Exporter IO::Uncompress::RawInflate);
@@ -60,7 +60,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.009 qw(:Parse);
+    use IO::Compress::Base::Common  2.010 qw(:Parse);
 
     
     return (

==== //depot/perl/ext/IO_Compress_Zlib/private/MakeUtil.pm#2 (text) ====
Index: perl/ext/IO_Compress_Zlib/private/MakeUtil.pm
--- perl/ext/IO_Compress_Zlib/private/MakeUtil.pm#1~31047~      2007-04-23 
20:18:34.000000000 -0700
+++ perl/ext/IO_Compress_Zlib/private/MakeUtil.pm       2008-05-10 
13:04:34.000000000 -0700
@@ -6,6 +6,8 @@
 use Config qw(%Config);
 use File::Copy;
 
+my $VERSION = '1.0';
+
 
 BEGIN
 {
End of Patch.

Reply via email to