r9211 - in /branches/upstream/libio-compress-zlib-perl/current: ./ lib/IO/Compress/ lib/IO/Compress/Adapter/ lib/IO/Compress/Gzip/ lib/IO/Compress/Zip/ lib/IO/Compress/Zlib/ lib/IO/Uncompress/ lib/IO/Uncompress/Adapter/ t/ t/compress/

gregoa-guest at users.alioth.debian.org gregoa-guest at users.alioth.debian.org
Sun Nov 11 15:06:58 UTC 2007


Author: gregoa-guest
Date: Sun Nov 11 15:06:58 2007
New Revision: 9211

URL: http://svn.debian.org/wsvn/?sc=1&rev=9211
Log:
[svn-upgrade] Integrating new upstream version, libio-compress-zlib-perl (2.008)

Modified:
    branches/upstream/libio-compress-zlib-perl/current/Changes
    branches/upstream/libio-compress-zlib-perl/current/META.yml
    branches/upstream/libio-compress-zlib-perl/current/Makefile.PL
    branches/upstream/libio-compress-zlib-perl/current/README
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Deflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Identity.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Deflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip/Constants.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/RawDeflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip/Constants.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Constants.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Extra.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Identity.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Inflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/AnyInflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Gunzip.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Inflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/RawInflate.pm
    branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Unzip.pm
    branches/upstream/libio-compress-zlib-perl/current/t/000prereq.t
    branches/upstream/libio-compress-zlib-perl/current/t/compress/truncate.pl

Modified: branches/upstream/libio-compress-zlib-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/Changes?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/Changes (original)
+++ branches/upstream/libio-compress-zlib-perl/current/Changes Sun Nov 11 15:06:58 2007
@@ -1,5 +1,16 @@
 CHANGES
 -------
+
+  2.008 2 November 2007
+
+      * Minor documentation changes in README
+
+      * t/compress/truncate.pl
+        EBCDIC Cleanup.
+
+      * IO::Compress::Gzip::Constants.pm
+        Tidied up the character classes used to defined invalid 
+        FNAME & FCOMMENT fields for EBCDIC.
 
   2.006 1 September 2007
 

Modified: branches/upstream/libio-compress-zlib-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/META.yml?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/META.yml (original)
+++ branches/upstream/libio-compress-zlib-perl/current/META.yml Sun Nov 11 15:06:58 2007
@@ -1,14 +1,14 @@
 --- #YAML:1.0
 name:                IO-Compress-Zlib
-version:             2.006
+version:             2.008
 abstract:            Perl interface to zlib
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.36
 distribution_type:   module
 requires:     
-    Compress::Raw::Zlib:           2.006
-    IO::Compress::Base:            2.006
-    IO::Uncompress::Base:          2.006
+    Compress::Raw::Zlib:           2.008
+    IO::Compress::Base:            2.008
+    IO::Uncompress::Base:          2.008
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.2.html
     version: 1.2

Modified: branches/upstream/libio-compress-zlib-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/Makefile.PL?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/Makefile.PL (original)
+++ branches/upstream/libio-compress-zlib-perl/current/Makefile.PL Sun Nov 11 15:06:58 2007
@@ -3,7 +3,7 @@
 use strict ;
 require 5.004 ;
 
-$::VERSION = '2.006' ;
+$::VERSION = '2.008' ;
 
 use private::MakeUtil;
 use ExtUtils::MakeMaker 5.16 ;

Modified: branches/upstream/libio-compress-zlib-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/README?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/README (original)
+++ branches/upstream/libio-compress-zlib-perl/current/README Sun Nov 11 15:06:58 2007
@@ -1,9 +1,9 @@
 
-                             IO::Compress::Zlib
+                             IO-Compress-Zlib
 
-                             Version 2.006
+                             Version 2.008
 
-                            1st September 2007
+                             2nd November 2007
 
 
        Copyright (c) 2005-2007 Paul Marquess. All rights reserved.
@@ -27,7 +27,7 @@
 PREREQUISITES
 -------------
 
-Before you can build IO::Compress::Zlib you need to have the following
+Before you can build IO-Compress-Zlib you need to have the following
 installed on your system:
 
 
@@ -54,7 +54,7 @@
 INSTALLATION
 ------------
 
-To install IO::Compress::Zlib, run the command below:
+To install IO-Compress-Zlib, run the command below:
 
     make install
 
@@ -76,7 +76,7 @@
 The t/020isize Test Suite
 ------------------------
 
-This test suite checks that IO::Compress::Zlib can cope with gzip files
+This test suite checks that IO-Compress-Zlib can cope with gzip files
 that are larger than 2^32 bytes.
 
 By default these test are NOT run when you do a "make test". If you
@@ -86,7 +86,7 @@
 
 Also, due to the way the tests are constructed, some architectures will
 run out of memory during this test. This should not be considered a bug
-in the IO::Compress::Zlib module.
+in the IO-Compress-Zlib module.
 
 
 
@@ -94,7 +94,7 @@
 FEEDBACK
 --------
 
-How to report a problem with IO::Compress::Zlib.
+How to report a problem with IO-Compress-Zlib.
 
 To help me help you, I need all of the following information:
 
@@ -111,41 +111,25 @@
         If your perl does not understand the "-V" option it is too
         old. This module needs Perl version 5.004 or better.     
 
-     b. The version of IO::Compress::Zlib you have. 
-        If you have successfully installed IO::Compress::Zlib, this one-liner
+     b. The version of IO-Compress-Zlib you have. 
+        If you have successfully installed IO-Compress-Zlib, this one-liner
         will tell you:
 
-           perl -MIO::Compress::Zlib -e 'print qq[ver $IO::Compress::Zlib::VERSION\n]'
-
-        If you areplete* output from running this
-     
-            perl -V
-     
-        Do not edit the output in any way.
-        Note, I want you to run "perl -V" and NOT "perl -v".
-     
-        If your perl does not understand the "-V" option it is too
-        old. This module needs Perl version 5.004 or better.     
-
-     b. The version of IO::Compress::Zlib you have. 
-        If you have successfully installed IO::Compress::Zlib, this one-liner
-        will tell you:
-
-           perl -MIO::Compress::Zlib -e 'print qq[ver $IO::Compress::Zlib::VERSION\n]'
+           perl -MIO::Compress::Gzip -e 'print qq[ver $IO::Compress::Gzip::VERSION\n]'
 
         If you are  running windows use this
 
-           perl -MIO::Compress::Zlib -e "print qq[ver $IO::Compress::Zlib::VERSION\n]"
+           perl -MIO::Compress::Gzip -e "print qq[ver $IO::Compress::Gzip::VERSION\n]"
 
-        If you haven't installed IO::Compress::Zlib then search IO::Compress::Zlib.pm
+        If you haven't installed IO-Compress-Zlib then search IO::Compress::Gzip.pm
         for a line like this:
 
-          $VERSION = "1.05" ;
+          $VERSION = "2.008" ;
 
 
 
- 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
+ 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
     module into a fresh directory and keep a log of all the steps
 
         [edit config.in, if necessary]

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Deflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Deflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Deflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Deflate.pm Sun Nov 11 15:06:58 2007
@@ -4,12 +4,12 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(:Status);
+use IO::Compress::Base::Common  2.008 qw(:Status);
 
-use Compress::Raw::Zlib  2.006 qw(Z_OK Z_FINISH MAX_WBITS) ;
+use Compress::Raw::Zlib  2.008 qw(Z_OK Z_FINISH MAX_WBITS) ;
 our ($VERSION);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 sub mkCompObject
 {

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Identity.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Identity.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Identity.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Adapter/Identity.pm Sun Nov 11 15:06:58 2007
@@ -4,10 +4,10 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(:Status);
+use IO::Compress::Base::Common  2.008 qw(:Status);
 our ($VERSION);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 sub mkCompObject
 {

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Deflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Deflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Deflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Deflate.pm Sun Nov 11 15:06:58 2007
@@ -6,16 +6,16 @@
 
 require Exporter ;
 
-use IO::Compress::RawDeflate 2.006 ;
-
-use Compress::Raw::Zlib  2.006 ;
-use IO::Compress::Zlib::Constants 2.006 ;
-use IO::Compress::Base::Common  2.006 qw(createSelfTiedObject);
+use IO::Compress::RawDeflate 2.008 ;
+
+use Compress::Raw::Zlib  2.008 ;
+use IO::Compress::Zlib::Constants 2.008 ;
+use IO::Compress::Base::Common  2.008 qw(createSelfTiedObject);
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $DeflateError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $DeflateError = '';
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip.pm Sun Nov 11 15:06:58 2007
@@ -8,12 +8,12 @@
 use bytes;
 
 
-use IO::Compress::RawDeflate 2.006 ;
-
-use Compress::Raw::Zlib  2.006 ;
-use IO::Compress::Base::Common  2.006 qw(:Status :Parse createSelfTiedObject);
-use IO::Compress::Gzip::Constants 2.006 ;
-use IO::Compress::Zlib::Extra 2.006 ;
+use IO::Compress::RawDeflate 2.008 ;
+
+use Compress::Raw::Zlib  2.008 ;
+use IO::Compress::Base::Common  2.008 qw(:Status :Parse createSelfTiedObject);
+use IO::Compress::Gzip::Constants 2.008 ;
+use IO::Compress::Zlib::Extra 2.008 ;
 
 BEGIN
 {
@@ -27,7 +27,7 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $GzipError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $GzipError = '' ;
 
 @ISA    = qw(Exporter IO::Compress::RawDeflate);

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip/Constants.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip/Constants.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip/Constants.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Gzip/Constants.pm Sun Nov 11 15:06:58 2007
@@ -9,7 +9,7 @@
 our ($VERSION, @ISA, @EXPORT, %GZIP_OS_Names);
 our ($GZIP_FNAME_INVALID_CHAR_RE, $GZIP_FCOMMENT_INVALID_CHAR_RE);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 @ISA = qw(Exporter);
 
@@ -96,8 +96,8 @@
 if (ord('A') == 193)
 {
     # EBCDIC 
-    $GZIP_FNAME_INVALID_CHAR_RE = '[\x00-\x03\x37\x2d-\x2f\x16\x05\x15\x0b-\x13\x3c\x3d\x32\x26\x18\x19\x3f\x27\x1c-\x1f\x07\x20-\x25\x06\x17\x28-\x2c\x09\x0a\x1b\x30\x31\x1a\x33-\x36\x08\x38-\x3b\x04\x14\x3e\xff]';
-    $GZIP_FCOMMENT_INVALID_CHAR_RE = '[\x00-\x03\x37\x2d-\x2f\x16\x05\x15\x0b-\x0f\x11-\x13\x3c\x3d\x32\x26\x18\x19\x3f\x27\x1c-\x1f\x07\x20-\x25\x06\x17\x28-\x2c\x09\x0a\x1b\x30\x31\x1a\x33-\x36\x08\x38-\x3b\x04\x14\x3e\xff]'; 
+    $GZIP_FNAME_INVALID_CHAR_RE = '[\x00-\x3f\xff]';
+    $GZIP_FCOMMENT_INVALID_CHAR_RE = '[\x00-\x0a\x11-\x14\x16-\x3f\xff]';
     
 }
 else

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/RawDeflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/RawDeflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/RawDeflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/RawDeflate.pm Sun Nov 11 15:06:58 2007
@@ -7,16 +7,16 @@
 use bytes;
 
 
-use IO::Compress::Base 2.006 ;
-use IO::Compress::Base::Common  2.006 qw(:Status createSelfTiedObject);
-use IO::Compress::Adapter::Deflate  2.006 ;
+use IO::Compress::Base 2.008 ;
+use IO::Compress::Base::Common  2.008 qw(:Status createSelfTiedObject);
+use IO::Compress::Adapter::Deflate  2.008 ;
 
 require Exporter ;
 
 
 our ($VERSION, @ISA, @EXPORT_OK, %DEFLATE_CONSTANTS, %EXPORT_TAGS, $RawDeflateError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $RawDeflateError = '';
 
 @ISA = qw(Exporter IO::Compress::Base);
@@ -143,8 +143,8 @@
 {
     my $self = shift ;
 
-    use IO::Compress::Base::Common  2.006 qw(:Parse);
-    use Compress::Raw::Zlib  2.006 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION Z_DEFAULT_STRATEGY);
+    use IO::Compress::Base::Common  2.008 qw(:Parse);
+    use Compress::Raw::Zlib  2.008 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION Z_DEFAULT_STRATEGY);
 
     
     return (

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip.pm Sun Nov 11 15:06:58 2007
@@ -4,21 +4,21 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(:Status createSelfTiedObject);
-use IO::Compress::RawDeflate 2.006 ;
-use IO::Compress::Adapter::Deflate 2.006 ;
-use IO::Compress::Adapter::Identity 2.006 ;
-use IO::Compress::Zlib::Extra 2.006 ;
-use IO::Compress::Zip::Constants 2.006 ;
-
-
-use Compress::Raw::Zlib  2.006 qw(crc32) ;
+use IO::Compress::Base::Common  2.008 qw(:Status createSelfTiedObject);
+use IO::Compress::RawDeflate 2.008 ;
+use IO::Compress::Adapter::Deflate 2.008 ;
+use IO::Compress::Adapter::Identity 2.008 ;
+use IO::Compress::Zlib::Extra 2.008 ;
+use IO::Compress::Zip::Constants 2.008 ;
+
+
+use Compress::Raw::Zlib  2.008 qw(crc32) ;
 BEGIN
 {
     eval { require IO::Compress::Adapter::Bzip2 ; 
-           import  IO::Compress::Adapter::Bzip2 2.006 ; 
+           import  IO::Compress::Adapter::Bzip2 2.008 ; 
            require IO::Compress::Bzip2 ; 
-           import  IO::Compress::Bzip2 2.006 ; 
+           import  IO::Compress::Bzip2 2.008 ; 
          } ;
 }
 
@@ -27,7 +27,7 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $ZipError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $ZipError = '';
 
 @ISA = qw(Exporter IO::Compress::RawDeflate);
@@ -441,8 +441,8 @@
 {
     my $self = shift ;
 
-    use IO::Compress::Base::Common  2.006 qw(:Parse);
-    use Compress::Raw::Zlib  2.006 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION Z_DEFAULT_STRATEGY);
+    use IO::Compress::Base::Common  2.008 qw(:Parse);
+    use Compress::Raw::Zlib  2.008 qw(Z_DEFLATED Z_DEFAULT_COMPRESSION Z_DEFAULT_STRATEGY);
 
     my @Bzip2 = ();
     

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip/Constants.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip/Constants.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip/Constants.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zip/Constants.pm Sun Nov 11 15:06:58 2007
@@ -7,7 +7,7 @@
 
 our ($VERSION, @ISA, @EXPORT, %ZIP_CM_MIN_VERSIONS);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 @ISA = qw(Exporter);
 
@@ -31,6 +31,7 @@
     ZIP_GP_FLAG_STREAMING_MASK
     ZIP_GP_FLAG_PATCHED_MASK
     ZIP_GP_FLAG_STRONG_ENCRYPTED_MASK
+    ZIP_GP_FLAG_LZMA_EOS_PRESENT
 
     ZIP_EXTRA_ID_ZIP64
     ZIP_EXTRA_ID_EXT_TIMESTAMP
@@ -57,6 +58,7 @@
 use constant ZIP_GP_FLAG_STREAMING_MASK        => 8 ;
 use constant ZIP_GP_FLAG_PATCHED_MASK          => 32 ;
 use constant ZIP_GP_FLAG_STRONG_ENCRYPTED_MASK => 64 ;
+use constant ZIP_GP_FLAG_LZMA_EOS_PRESENT      => 2 ;
 
 # Internal File Attributes
 use constant ZIP_IFA_TEXT_MASK                 => 1;

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Constants.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Constants.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Constants.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Constants.pm Sun Nov 11 15:06:58 2007
@@ -9,7 +9,7 @@
 
 our ($VERSION, @ISA, @EXPORT);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 @ISA = qw(Exporter);
 

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Extra.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Extra.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Extra.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Compress/Zlib/Extra.pm Sun Nov 11 15:06:58 2007
@@ -8,9 +8,9 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
-use IO::Compress::Gzip::Constants 2.006 ;
+use IO::Compress::Gzip::Constants 2.008 ;
 
 sub ExtraFieldError
 {

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Identity.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Identity.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Identity.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Identity.pm Sun Nov 11 15:06:58 2007
@@ -4,13 +4,13 @@
 use strict;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(:Status);
+use IO::Compress::Base::Common  2.008 qw(:Status);
 
 our ($VERSION);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
-use Compress::Raw::Zlib  2.006 ();
+use Compress::Raw::Zlib  2.008 ();
 
 sub mkUncompObject
 {

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Inflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Inflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Inflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Adapter/Inflate.pm Sun Nov 11 15:06:58 2007
@@ -4,11 +4,11 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(:Status);
-use Compress::Raw::Zlib  2.006 qw(Z_OK Z_DATA_ERROR Z_STREAM_END Z_FINISH MAX_WBITS);
+use IO::Compress::Base::Common  2.008 qw(:Status);
+use Compress::Raw::Zlib  2.008 qw(Z_OK Z_DATA_ERROR Z_STREAM_END Z_FINISH MAX_WBITS);
 
 our ($VERSION);
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 
 

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/AnyInflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/AnyInflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/AnyInflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/AnyInflate.pm Sun Nov 11 15:06:58 2007
@@ -6,22 +6,22 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(createSelfTiedObject);
-
-use IO::Uncompress::Adapter::Inflate  2.006 ();
-
-
-use IO::Uncompress::Base  2.006 ;
-use IO::Uncompress::Gunzip  2.006 ;
-use IO::Uncompress::Inflate  2.006 ;
-use IO::Uncompress::RawInflate  2.006 ;
-use IO::Uncompress::Unzip  2.006 ;
+use IO::Compress::Base::Common  2.008 qw(createSelfTiedObject);
+
+use IO::Uncompress::Adapter::Inflate  2.008 ();
+
+
+use IO::Uncompress::Base  2.008 ;
+use IO::Uncompress::Gunzip  2.008 ;
+use IO::Uncompress::Inflate  2.008 ;
+use IO::Uncompress::RawInflate  2.008 ;
+use IO::Uncompress::Unzip  2.008 ;
 
 require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyInflateError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $AnyInflateError = '';
 
 @ISA = qw( Exporter IO::Uncompress::Base );
@@ -48,7 +48,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.006 qw(:Parse);
+    use IO::Compress::Base::Common  2.008 qw(:Parse);
     return ( 'RawInflate' => [1, 1, Parse_boolean,  0] ) ;
 }
 

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Gunzip.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Gunzip.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Gunzip.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Gunzip.pm Sun Nov 11 15:06:58 2007
@@ -9,12 +9,12 @@
 use warnings;
 use bytes;
 
-use IO::Uncompress::RawInflate 2.006 ;
-
-use Compress::Raw::Zlib 2.006 qw( crc32 ) ;
-use IO::Compress::Base::Common 2.006 qw(:Status createSelfTiedObject);
-use IO::Compress::Gzip::Constants 2.006 ;
-use IO::Compress::Zlib::Extra 2.006 ;
+use IO::Uncompress::RawInflate 2.008 ;
+
+use Compress::Raw::Zlib 2.008 qw( crc32 ) ;
+use IO::Compress::Base::Common 2.008 qw(:Status createSelfTiedObject);
+use IO::Compress::Gzip::Constants 2.008 ;
+use IO::Compress::Zlib::Extra 2.008 ;
 
 require Exporter ;
 
@@ -28,7 +28,7 @@
 
 $GunzipError = '';
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 
 sub new
 {
@@ -47,7 +47,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.006 qw(:Parse);
+    use IO::Compress::Base::Common  2.008 qw(:Parse);
     return ( 'ParseExtra' => [1, 1, Parse_boolean,  0] ) ;
 }
 

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Inflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Inflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Inflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Inflate.pm Sun Nov 11 15:06:58 2007
@@ -5,15 +5,15 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common  2.006 qw(:Status createSelfTiedObject);
-use IO::Compress::Zlib::Constants 2.006 ;
-
-use IO::Uncompress::RawInflate  2.006 ;
+use IO::Compress::Base::Common  2.008 qw(:Status createSelfTiedObject);
+use IO::Compress::Zlib::Constants 2.008 ;
+
+use IO::Uncompress::RawInflate  2.008 ;
 
 require Exporter ;
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $InflateError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $InflateError = '';
 
 @ISA    = qw( Exporter IO::Uncompress::RawInflate );

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/RawInflate.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/RawInflate.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/RawInflate.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/RawInflate.pm Sun Nov 11 15:06:58 2007
@@ -5,11 +5,11 @@
 use warnings;
 use bytes;
 
-use Compress::Raw::Zlib  2.006 ;
-use IO::Compress::Base::Common  2.006 qw(:Status createSelfTiedObject);
-
-use IO::Uncompress::Base  2.006 ;
-use IO::Uncompress::Adapter::Inflate  2.006 ;
+use Compress::Raw::Zlib  2.008 ;
+use IO::Compress::Base::Common  2.008 qw(:Status createSelfTiedObject);
+
+use IO::Uncompress::Base  2.008 ;
+use IO::Uncompress::Adapter::Inflate  2.008 ;
 
 
 
@@ -17,7 +17,7 @@
 require Exporter ;
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, %DEFLATE_CONSTANTS, $RawInflateError);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $RawInflateError = '';
 
 @ISA    = qw( Exporter IO::Uncompress::Base );

Modified: branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Unzip.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Unzip.pm?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Unzip.pm (original)
+++ branches/upstream/libio-compress-zlib-perl/current/lib/IO/Uncompress/Unzip.pm Sun Nov 11 15:06:58 2007
@@ -8,13 +8,13 @@
 use warnings;
 use bytes;
 
-use IO::Uncompress::RawInflate  2.006 ;
-use IO::Compress::Base::Common  2.006 qw(:Status createSelfTiedObject);
-use IO::Uncompress::Adapter::Identity 2.006 ;
-use IO::Compress::Zlib::Extra 2.006 ;
-use IO::Compress::Zip::Constants 2.006 ;
-
-use Compress::Raw::Zlib  2.006 qw(crc32) ;
+use IO::Uncompress::RawInflate  2.008 ;
+use IO::Compress::Base::Common  2.008 qw(:Status createSelfTiedObject);
+use IO::Uncompress::Adapter::Identity 2.008 ;
+use IO::Compress::Zlib::Extra 2.008 ;
+use IO::Compress::Zip::Constants 2.008 ;
+
+use Compress::Raw::Zlib  2.008 qw(crc32) ;
 
 BEGIN
 {
@@ -27,7 +27,7 @@
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $UnzipError, %headerLookup);
 
-$VERSION = '2.006';
+$VERSION = '2.008';
 $UnzipError = '';
 
 @ISA    = qw(Exporter IO::Uncompress::RawInflate);
@@ -60,7 +60,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common  2.006 qw(:Parse);
+    use IO::Compress::Base::Common  2.008 qw(:Parse);
 
     
     return (

Modified: branches/upstream/libio-compress-zlib-perl/current/t/000prereq.t
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/t/000prereq.t?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/t/000prereq.t (original)
+++ branches/upstream/libio-compress-zlib-perl/current/t/000prereq.t Sun Nov 11 15:06:58 2007
@@ -19,7 +19,7 @@
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.006';
+    my $VERSION = '2.008';
     my @NAMES = qw(
 			Compress::Raw::Zlib
 			IO::Compress::Base

Modified: branches/upstream/libio-compress-zlib-perl/current/t/compress/truncate.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-zlib-perl/current/t/compress/truncate.pl?rev=9211&op=diff
==============================================================================
--- branches/upstream/libio-compress-zlib-perl/current/t/compress/truncate.pl (original)
+++ branches/upstream/libio-compress-zlib-perl/current/t/compress/truncate.pl Sun Nov 11 15:06:58 2007
@@ -14,12 +14,21 @@
     my $Error           = getErrorRef($CompressClass);
     my $UnError         = getErrorRef($UncompressClass);
     
-    my $hello = <<EOM ;
-hello world
-this is a test
-some more stuff on this line
-and finally...
-EOM
+#    my $hello = <<EOM ;
+#hello world
+#this is a test
+#some more stuff on this line
+#and finally...
+#EOM
+
+    # ASCII hex equivalent of the text above. This makes the test
+    # harness behave identically on an EBCDIC platform.
+    my $hello = 
+      "\x68\x65\x6c\x6c\x6f\x20\x77\x6f\x72\x6c\x64\x0a\x74\x68\x69\x73" .
+      "\x20\x69\x73\x20\x61\x20\x74\x65\x73\x74\x0a\x73\x6f\x6d\x65\x20" .
+      "\x6d\x6f\x72\x65\x20\x73\x74\x75\x66\x66\x20\x6f\x6e\x20\x74\x68" .
+      "\x69\x73\x20\x6c\x69\x6e\x65\x0a\x61\x6e\x64\x20\x66\x69\x6e\x61" .
+      "\x6c\x6c\x79\x2e\x2e\x2e\x0a" ;
 
     my $blocksize = 10 ;
 




More information about the Pkg-perl-cvs-commits mailing list