r37415 - in /trunk/libcompress-raw-zlib-perl: Changes META.yml README debian/changelog lib/Compress/Raw/Zlib.pm t/000prereq.t

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Thu Jun 4 11:46:00 UTC 2009


Author: nhandler-guest
Date: Thu Jun  4 11:45:30 2009
New Revision: 37415

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37415
Log:
New upstream release 2.020


Modified:
    trunk/libcompress-raw-zlib-perl/Changes
    trunk/libcompress-raw-zlib-perl/META.yml
    trunk/libcompress-raw-zlib-perl/README
    trunk/libcompress-raw-zlib-perl/debian/changelog
    trunk/libcompress-raw-zlib-perl/lib/Compress/Raw/Zlib.pm
    trunk/libcompress-raw-zlib-perl/t/000prereq.t

Modified: trunk/libcompress-raw-zlib-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/Changes?rev=37415&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/Changes (original)
+++ trunk/libcompress-raw-zlib-perl/Changes Thu Jun  4 11:45:30 2009
@@ -1,5 +1,9 @@
 CHANGES
 -------
+
+  2.020 3 June 2009
+
+      * Minor documentation update.
 
   2.019 4 May 2009
 

Modified: trunk/libcompress-raw-zlib-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/META.yml?rev=37415&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/META.yml (original)
+++ trunk/libcompress-raw-zlib-perl/META.yml Thu Jun  4 11:45:30 2009
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               Compress-Raw-Zlib
-version:            2.019
+version:            2.020
 abstract:           ~
 author:  []
 license:            perl
@@ -14,7 +14,7 @@
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.50
+generated_by:       ExtUtils::MakeMaker version 6.52
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: trunk/libcompress-raw-zlib-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/README?rev=37415&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/README (original)
+++ trunk/libcompress-raw-zlib-perl/README Thu Jun  4 11:45:30 2009
@@ -1,9 +1,9 @@
 
                              Compress-Raw-Zlib
 
-                             Version 2.019
-
-                               4th May 2009
+                             Version 2.020
+
+                               3rd June 2009
 
        Copyright (c) 2005-2009 Paul Marquess. All rights reserved.
           This program is free software; you can redistribute it
@@ -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.019" ;
+          $VERSION = "2.020" ;
 
      c. The version of zlib you have used.
         If you have successfully installed Compress-Raw-Zlib, this one-liner

Modified: trunk/libcompress-raw-zlib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/debian/changelog?rev=37415&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/debian/changelog (original)
+++ trunk/libcompress-raw-zlib-perl/debian/changelog Thu Jun  4 11:45:30 2009
@@ -1,7 +1,7 @@
-libcompress-raw-zlib-perl (2.019-1) UNRELEASED; urgency=low
+libcompress-raw-zlib-perl (2.020-1) UNRELEASED; urgency=low
 
   WARNING:
-  uploading 2.019 would break libio-compress-zlib-perl, which depends on
+  uploading 2.020 would break libio-compress-zlib-perl, which depends on
   libcompress-raw-zlib-perl (>= 2.015), libcompress-raw-zlib-perl (<< 2.016)
   
   [ Jeremiah C. Foster ]
@@ -12,7 +12,7 @@
     (source stanza).
 
   [ Nathan Handler ]
-  * New upstream release (2.019)
+  * New upstream release (2.020)
   * debian/control:
     - Add myself to list of Uploaders
     - Bump Standards-Version to 3.8.1 (No Changes)
@@ -26,7 +26,7 @@
   * debian/rules:
     - Update to dh-make-perl's default with quilt
 
- -- Nathan Handler <nhandler at ubuntu.com>  Mon, 01 Jun 2009 00:17:49 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Thu, 04 Jun 2009 11:44:45 +0000
 
 libcompress-raw-zlib-perl (2.015-1) unstable; urgency=low
 

Modified: trunk/libcompress-raw-zlib-perl/lib/Compress/Raw/Zlib.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/lib/Compress/Raw/Zlib.pm?rev=37415&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/lib/Compress/Raw/Zlib.pm (original)
+++ trunk/libcompress-raw-zlib-perl/lib/Compress/Raw/Zlib.pm Thu Jun  4 11:45:30 2009
@@ -13,7 +13,7 @@
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.019';
+$VERSION = '2.020';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
@@ -1369,11 +1369,10 @@
 
 =head1 ACCESSING ZIP FILES
 
-Although it is possible (with some effort on your part) to use this
-module to access .zip files, there is a module on CPAN that will do all
-the hard work for you. Check out the C<Archive::Zip> module on CPAN at
-
-    http://www.cpan.org/modules/by-module/Archive/Archive-Zip-*.tar.gz    
+Although it is possible (with some effort on your part) to use this module
+to access .zip files, there are other perl modules available that will
+do all the hard work for you. Check out C<Archive::Zip>,
+C<IO::Compress::Zip> and C<IO::Uncompress::Unzip>.
 
 =head1 CONSTANTS
 

Modified: trunk/libcompress-raw-zlib-perl/t/000prereq.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcompress-raw-zlib-perl/t/000prereq.t?rev=37415&op=diff
==============================================================================
--- trunk/libcompress-raw-zlib-perl/t/000prereq.t (original)
+++ trunk/libcompress-raw-zlib-perl/t/000prereq.t Thu Jun  4 11:45:30 2009
@@ -19,7 +19,7 @@
         if eval { require Test::NoWarnings ;  import Test::NoWarnings; 1 };
 
 
-    my $VERSION = '2.019';
+    my $VERSION = '2.020';
     my @NAMES = qw(
 			
 			);




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