r7212 - in /branches/upstream/libio-compress-base-perl/current: ./ lib/IO/Compress/ lib/IO/Compress/Base/ lib/IO/Uncompress/ t/compress/

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Sep 4 20:05:05 UTC 2007


Author: dmn
Date: Tue Sep  4 20:05:04 2007
New Revision: 7212

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

Modified:
    branches/upstream/libio-compress-base-perl/current/Changes
    branches/upstream/libio-compress-base-perl/current/META.yml
    branches/upstream/libio-compress-base-perl/current/Makefile.PL
    branches/upstream/libio-compress-base-perl/current/README
    branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base.pm
    branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base/Common.pm
    branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/AnyUncompress.pm
    branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/Base.pm
    branches/upstream/libio-compress-base-perl/current/t/compress/generic.pl
    branches/upstream/libio-compress-base-perl/current/t/compress/newtied.pl
    branches/upstream/libio-compress-base-perl/current/t/compress/tied.pl

Modified: branches/upstream/libio-compress-base-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/Changes?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/Changes (original)
+++ branches/upstream/libio-compress-base-perl/current/Changes Tue Sep  4 20:05:04 2007
@@ -1,5 +1,11 @@
 CHANGES
 -------
+
+  2.006 1 September 20007
+
+      * Makefile.PL
+        Added INSTALLDIRS directive to install as a core module when built
+        on a perl >= 5.9.
 
   2.005 18 June 2007
 

Modified: branches/upstream/libio-compress-base-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/META.yml?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/META.yml (original)
+++ branches/upstream/libio-compress-base-perl/current/META.yml Tue Sep  4 20:05:04 2007
@@ -1,9 +1,9 @@
 --- #YAML:1.0
 name:                IO-Compress-Base
-version:             2.005
+version:             2.006
 abstract:            Base Class for IO::Compress modules 
 license:             perl
-generated_by:        ExtUtils::MakeMaker version 6.33
+generated_by:        ExtUtils::MakeMaker version 6.36
 distribution_type:   module
 requires:     
     Scalar::Util:                  0

Modified: branches/upstream/libio-compress-base-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/Makefile.PL?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/Makefile.PL (original)
+++ branches/upstream/libio-compress-base-perl/current/Makefile.PL Tue Sep  4 20:05:04 2007
@@ -35,6 +35,8 @@
         : ()
     ),
 
+    INSTALLDIRS => ($] >= 5.009 ? 'perl' : 'site'),
+
     ((ExtUtils::MakeMaker->VERSION() gt '6.30') ?
         ('LICENSE'  => 'perl')         : ()),
     

Modified: branches/upstream/libio-compress-base-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/README?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/README (original)
+++ branches/upstream/libio-compress-base-perl/current/README Tue Sep  4 20:05:04 2007
@@ -1,9 +1,9 @@
 
                              IO::Compress::Base
 
-                             Version 2.005
+                             Version 2.006
 
-                              18th June 2007
+                            1st September 2007
 
 
        Copyright (c) 2005-2007 Paul Marquess. All rights reserved.

Modified: branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base.pm?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base.pm (original)
+++ branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base.pm Tue Sep  4 20:05:04 2007
@@ -6,7 +6,7 @@
 use strict ;
 use warnings;
 
-use IO::Compress::Base::Common 2.005 ;
+use IO::Compress::Base::Common 2.006 ;
 
 use IO::File ;
 use Scalar::Util qw(blessed readonly);
@@ -20,7 +20,7 @@
 our (@ISA, $VERSION);
 @ISA    = qw(Exporter IO::File);
 
-$VERSION = '2.005';
+$VERSION = '2.006';
 
 #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.
 
@@ -988,4 +988,3 @@
 modify it under the same terms as Perl itself.
 
 
-

Modified: branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base/Common.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base/Common.pm?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base/Common.pm (original)
+++ branches/upstream/libio-compress-base-perl/current/lib/IO/Compress/Base/Common.pm Tue Sep  4 20:05:04 2007
@@ -11,7 +11,7 @@
 require Exporter;
 our ($VERSION, @ISA, @EXPORT, %EXPORT_TAGS, $HAS_ENCODE);
 @ISA = qw(Exporter);
-$VERSION = '2.005';
+$VERSION = '2.006';
 
 @EXPORT = qw( isaFilehandle isaFilename whatIsInput whatIsOutput 
               isaFileGlobString cleanFileGlobString oneTarget

Modified: branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/AnyUncompress.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/AnyUncompress.pm?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/AnyUncompress.pm (original)
+++ branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/AnyUncompress.pm Tue Sep  4 20:05:04 2007
@@ -4,16 +4,16 @@
 use warnings;
 use bytes;
 
-use IO::Compress::Base::Common 2.005 qw(createSelfTiedObject);
-
-use IO::Uncompress::Base 2.005 ;
+use IO::Compress::Base::Common 2.006 qw(createSelfTiedObject);
+
+use IO::Uncompress::Base 2.006 ;
 
 
 require Exporter ;
 
 our ($VERSION, @ISA, @EXPORT_OK, %EXPORT_TAGS, $AnyUncompressError);
 
-$VERSION = '2.005';
+$VERSION = '2.006';
 $AnyUncompressError = '';
 
 @ISA = qw( Exporter IO::Uncompress::Base );
@@ -27,18 +27,18 @@
 
 BEGIN
 {
-   eval ' use IO::Uncompress::Adapter::Inflate 2.005 ;';
-   eval ' use IO::Uncompress::Adapter::Bunzip2 2.005 ;';
-   eval ' use IO::Uncompress::Adapter::LZO 2.005 ;';
-   eval ' use IO::Uncompress::Adapter::Lzf 2.005 ;';
-
-   eval ' use IO::Uncompress::Bunzip2 2.005 ;';
-   eval ' use IO::Uncompress::UnLzop 2.005 ;';
-   eval ' use IO::Uncompress::Gunzip 2.005 ;';
-   eval ' use IO::Uncompress::Inflate 2.005 ;';
-   eval ' use IO::Uncompress::RawInflate 2.005 ;';
-   eval ' use IO::Uncompress::Unzip 2.005 ;';
-   eval ' use IO::Uncompress::UnLzf 2.005 ;';
+   eval ' use IO::Uncompress::Adapter::Inflate 2.006 ;';
+   eval ' use IO::Uncompress::Adapter::Bunzip2 2.006 ;';
+   eval ' use IO::Uncompress::Adapter::LZO 2.006 ;';
+   eval ' use IO::Uncompress::Adapter::Lzf 2.006 ;';
+
+   eval ' use IO::Uncompress::Bunzip2 2.006 ;';
+   eval ' use IO::Uncompress::UnLzop 2.006 ;';
+   eval ' use IO::Uncompress::Gunzip 2.006 ;';
+   eval ' use IO::Uncompress::Inflate 2.006 ;';
+   eval ' use IO::Uncompress::RawInflate 2.006 ;';
+   eval ' use IO::Uncompress::Unzip 2.006 ;';
+   eval ' use IO::Uncompress::UnLzf 2.006 ;';
 }
 
 sub new
@@ -56,7 +56,7 @@
 
 sub getExtraParams
 {
-    use IO::Compress::Base::Common 2.005 qw(:Parse);
+    use IO::Compress::Base::Common 2.006 qw(:Parse);
     return ( 'RawInflate' => [1, 1, Parse_boolean,  0] ) ;
 }
 

Modified: branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/Base.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/Base.pm?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/Base.pm (original)
+++ branches/upstream/libio-compress-base-perl/current/lib/IO/Uncompress/Base.pm Tue Sep  4 20:05:04 2007
@@ -9,12 +9,12 @@
 @ISA    = qw(Exporter IO::File);
 
 
-$VERSION = '2.005';
+$VERSION = '2.006';
 
 use constant G_EOF => 0 ;
 use constant G_ERR => -1 ;
 
-use IO::Compress::Base::Common 2.005 ;
+use IO::Compress::Base::Common 2.006 ;
 #use Parse::Parameters ;
 
 use IO::File ;

Modified: branches/upstream/libio-compress-base-perl/current/t/compress/generic.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/t/compress/generic.pl?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/t/compress/generic.pl (original)
+++ branches/upstream/libio-compress-base-perl/current/t/compress/generic.pl Tue Sep  4 20:05:04 2007
@@ -612,7 +612,7 @@
             my $foo = "1234567890";
             
             is $io->syswrite($foo, length($foo)), length($foo), "  syswrite ok" ;
-            if ( $[ < 5.6 )
+            if ( $] < 5.6 )
               { is $io->syswrite($foo, length $foo), length $foo, "  syswrite ok" }
             else
               { is $io->syswrite($foo), length $foo, "  syswrite ok" }

Modified: branches/upstream/libio-compress-base-perl/current/t/compress/newtied.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/t/compress/newtied.pl?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/t/compress/newtied.pl (original)
+++ branches/upstream/libio-compress-base-perl/current/t/compress/newtied.pl Tue Sep  4 20:05:04 2007
@@ -103,7 +103,7 @@
             my $foo = "1234567890";
             
             ok syswrite($io, $foo, length($foo)) == length($foo) ;
-            if ( $[ < 5.6 )
+            if ( $] < 5.6 )
               { is $io->syswrite($foo, length $foo), length $foo }
             else
               { is $io->syswrite($foo), length $foo }

Modified: branches/upstream/libio-compress-base-perl/current/t/compress/tied.pl
URL: http://svn.debian.org/wsvn/branches/upstream/libio-compress-base-perl/current/t/compress/tied.pl?rev=7212&op=diff
==============================================================================
--- branches/upstream/libio-compress-base-perl/current/t/compress/tied.pl (original)
+++ branches/upstream/libio-compress-base-perl/current/t/compress/tied.pl Tue Sep  4 20:05:04 2007
@@ -150,7 +150,7 @@
             my $foo = "1234567890";
             
             ok syswrite($io, $foo, length($foo)) == length($foo) ;
-            if ( $[ < 5.6 )
+            if ( $] < 5.6 )
               { is $io->syswrite($foo, length $foo), length $foo }
             else
               { is $io->syswrite($foo), length $foo }




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