r50637 - in /branches/upstream/libcompress-raw-zlib-perl/current: META.yml README Zlib.xs lib/Compress/Raw/Zlib.pm pod/FAQ.pod t/000prereq.t

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sun Jan 10 15:38:40 UTC 2010


Author: jawnsy-guest
Date: Sun Jan 10 15:38:30 2010
New Revision: 50637

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=50637
Log:
[svn-upgrade] Integrating new upstream version, libcompress-raw-zlib-perl (2.024)

Modified:
    branches/upstream/libcompress-raw-zlib-perl/current/META.yml
    branches/upstream/libcompress-raw-zlib-perl/current/README
    branches/upstream/libcompress-raw-zlib-perl/current/Zlib.xs
    branches/upstream/libcompress-raw-zlib-perl/current/lib/Compress/Raw/Zlib.pm
    branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod
    branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t

Modified: branches/upstream/libcompress-raw-zlib-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/META.yml?rev=50637&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/META.yml (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/META.yml Sun Jan 10 15:38:30 2010
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Compress-Raw-Zlib
-version:            2.023
+version:            2.024
 abstract:           ~
 author:  []
 license:            perl

Modified: branches/upstream/libcompress-raw-zlib-perl/current/README
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/README?rev=50637&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/README (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/README Sun Jan 10 15:38:30 2010
@@ -1,11 +1,11 @@
 
                              Compress-Raw-Zlib
 
-                             Version 2.023
-
-                             9th November 2009
-
-       Copyright (c) 2005-2009 Paul Marquess. All rights reserved.
+                             Version 2.024
+
+                             7th January 2010
+
+       Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
            and/or modify it under the same terms as Perl itself.
 
@@ -355,7 +355,7 @@
         If you haven't installed Compress-Raw-Zlib then search Compress::Raw::Zlib.pm
         for a line like this:
 
-          $VERSION = "2.023" ;
+          $VERSION = "2.024" ;
 
      c. The version of zlib you have used.
         If you have successfully installed Compress-Raw-Zlib, this one-liner

Modified: branches/upstream/libcompress-raw-zlib-perl/current/Zlib.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/Zlib.xs?rev=50637&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/Zlib.xs (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/Zlib.xs Sun Jan 10 15:38:30 2010
@@ -3,7 +3,7 @@
  * Created : 22nd January 1996
  * Version : 2.000
  *
- *   Copyright (c) 1995-2009 Paul Marquess. All rights reserved.
+ *   Copyright (c) 1995-2010 Paul Marquess. All rights reserved.
  *   This program is free software; you can redistribute it and/or
  *   modify it under the same terms as Perl itself.
  *

Modified: branches/upstream/libcompress-raw-zlib-perl/current/lib/Compress/Raw/Zlib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/lib/Compress/Raw/Zlib.pm?rev=50637&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/lib/Compress/Raw/Zlib.pm (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/lib/Compress/Raw/Zlib.pm Sun Jan 10 15:38:30 2010
@@ -13,7 +13,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.023';
+$VERSION = '2.024';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
@@ -1412,7 +1412,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2005-2009 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.

Modified: branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod?rev=50637&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod Sun Jan 10 15:38:30 2010
@@ -135,7 +135,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-Copyright (c) 2005-2009 Paul Marquess. All rights reserved.
+Copyright (c) 2005-2010 Paul Marquess. All rights reserved.
 
 This program is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.

Modified: branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t?rev=50637&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t Sun Jan 10 15:38:30 2010
@@ -19,7 +19,7 @@
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.023';
+    my $VERSION = '2.024';
     my @NAMES = qw(
 			
 			);




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