r9202 - in /trunk/libcompress-zlib-perl: Changes META.yml Makefile.PL README debian/changelog lib/Compress/Zlib.pm t/000prereq.t

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


Author: gregoa-guest
Date: Sun Nov 11 14:36:14 2007
New Revision: 9202

URL: http://svn.debian.org/wsvn/?sc=1&rev=9202
Log:
New upstream release.

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

Modified: trunk/libcompress-zlib-perl/Changes
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/Changes?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/Changes (original)
+++ trunk/libcompress-zlib-perl/Changes Sun Nov 11 14:36:14 2007
@@ -1,5 +1,9 @@
 CHANGES
 -------
+
+  2.008 2 November 2007
+
+      * Minor documentation changes in README
 
   2.007 22 September 20007
 

Modified: trunk/libcompress-zlib-perl/META.yml
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/META.yml?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/META.yml (original)
+++ trunk/libcompress-zlib-perl/META.yml Sun Nov 11 14:36:14 2007
@@ -1,18 +1,18 @@
 --- #YAML:1.0
 name:                Compress-Zlib
-version:             2.007
+version:             2.008
 abstract:            Interface to zlib compression library
 license:             perl
 generated_by:        ExtUtils::MakeMaker version 6.36
 distribution_type:   module
 requires:     
-    Compress::Raw::Zlib:           2.006
-    IO::Compress::Base:            2.006
-    IO::Compress::Base::Common:    2.006
-    IO::Compress::Gzip:            2.006
-    IO::Compress::Gzip::Constants: 2.006
-    IO::Uncompress::Base:          2.006
-    IO::Uncompress::Gunzip:        2.006
+    Compress::Raw::Zlib:           2.008
+    IO::Compress::Base:            2.008
+    IO::Compress::Base::Common:    2.008
+    IO::Compress::Gzip:            2.008
+    IO::Compress::Gzip::Constants: 2.008
+    IO::Uncompress::Base:          2.008
+    IO::Uncompress::Gunzip:        2.008
     Scalar::Util:                  0
 meta-spec:
     url:     http://module-build.sourceforge.net/META-spec-v1.2.html

Modified: trunk/libcompress-zlib-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/Makefile.PL?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/Makefile.PL (original)
+++ trunk/libcompress-zlib-perl/Makefile.PL Sun Nov 11 14:36:14 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: trunk/libcompress-zlib-perl/README
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/README?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/README (original)
+++ trunk/libcompress-zlib-perl/README Sun Nov 11 14:36:14 2007
@@ -1,9 +1,9 @@
 
-                             Compress::Zlib
+                             Compress-Zlib
 
-                             Version 2.007
+                             Version 2.008
 
-                            22nd September 2007
+                             2nd November 2007
 
 
        Copyright (c) 1995-2007 Paul Marquess. All rights reserved.
@@ -26,13 +26,13 @@
 PREREQUISITES
 -------------
 
-Before you can build Compress::Zlib you need to have the following
+Before you can build Compress-Zlib you need to have the following
 installed on your system:
 
 
     * Perl 5.004 or better. 
     * Compress::Raw::Zlib
-    * IO::Compress::Zlib
+    * IO::Compress::Gzip
 
 
 
@@ -53,7 +53,7 @@
 INSTALLATION
 ------------
 
-To install Compress::Zlib, run the command below:
+To install Compress-Zlib, run the command below:
 
     make install
 
@@ -68,7 +68,7 @@
 Undefined Symbol gzsetparams
 ----------------------------
 
-If you get the error shown below when you run the Compress::Zlib test
+If you get the error shown below when you run the Compress-Zlib test
 harness it probably means you are running a copy of zlib that is
 version 1.0.5 or older.
 
@@ -107,7 +107,7 @@
 FEEDBACK
 --------
 
-How to report a problem with Compress::Zlib.
+How to report a problem with Compress-Zlib.
 
 To help me help you, I need all of the following information:
 
@@ -124,24 +124,8 @@
         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 Compress::Zlib you have. 
-        If you have successfully installed Compress::Zlib, this one-liner
-        will tell you:
-
-           perl -MCompress::Zlib -e 'print qq[ver $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 Compress::Zlib you have. 
-        If you have successfully installed Compress::Zlib, this one-liner
+     b. The version of Compress-Zlib you have. 
+        If you have successfully installed Compress-Zlib, this one-liner
         will tell you:
 
            perl -MCompress::Zlib -e 'print qq[ver $Compress::Zlib::VERSION\n]'
@@ -150,15 +134,15 @@
 
            perl -MCompress::Zlib -e "print qq[ver $Compress::Zlib::VERSION\n]"
 
-        If you haven't installed Compress::Zlib then search Compress::Zlib.pm
+        If you haven't installed Compress-Zlib then search Compress::Zlib.pm
         for a line like this:
 
-          $VERSION = "1.05" ;
+          $VERSION = "2.008" ;
 
 
 
- 2. If you are having problems building Compress::Zlib, send me a
-    complete log of what happened. Start by unpacking the Compress::Zlib
+ 2. If you are having problems building Compress-Zlib, send me a
+    complete log of what happened. Start by unpacking the Compress-Zlib
     module into a fresh directory and keep a log of all the steps
 
         [edit config.in, if necessary]

Modified: trunk/libcompress-zlib-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/debian/changelog?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/debian/changelog (original)
+++ trunk/libcompress-zlib-perl/debian/changelog Sun Nov 11 14:36:14 2007
@@ -1,11 +1,12 @@
-libcompress-zlib-perl (2.007-2) UNRELEASED; urgency=low
-
+libcompress-zlib-perl (2.008-1) UNRELEASED; urgency=low
+
+  * New upstream release.
   * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
     field (source stanza); Homepage field (source stanza). Removed: XS-
     Vcs-Svn fields.
   * debian/watch: Use working URL.
 
- -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 15:32:15 +0100
+ -- gregor herrmann <gregor+debian at comodo.priv.at>  Sun, 11 Nov 2007 15:34:25 +0100
 
 libcompress-zlib-perl (2.007-1) unstable; urgency=low
 

Modified: trunk/libcompress-zlib-perl/lib/Compress/Zlib.pm
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/lib/Compress/Zlib.pm?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/lib/Compress/Zlib.pm (original)
+++ trunk/libcompress-zlib-perl/lib/Compress/Zlib.pm Sun Nov 11 14:36:14 2007
@@ -8,17 +8,17 @@
 use IO::Handle ;
 use Scalar::Util qw(dualvar);
 
-use IO::Compress::Base::Common 2.006 ;
-use Compress::Raw::Zlib 2.006 ;
-use IO::Compress::Gzip 2.006 ;
-use IO::Uncompress::Gunzip 2.006 ;
+use IO::Compress::Base::Common 2.008 ;
+use Compress::Raw::Zlib 2.008 ;
+use IO::Compress::Gzip 2.008 ;
+use IO::Uncompress::Gunzip 2.008 ;
 
 use strict ;
 use warnings ;
 use bytes ;
 our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
 
-$VERSION = '2.007';
+$VERSION = '2.008';
 $XS_VERSION = $VERSION; 
 $VERSION = eval $VERSION;
 
@@ -452,7 +452,7 @@
 
 package Compress::Zlib ;
 
-use IO::Compress::Gzip::Constants 2.006 ;
+use IO::Compress::Gzip::Constants 2.008 ;
 
 sub memGzip($)
 {

Modified: trunk/libcompress-zlib-perl/t/000prereq.t
URL: http://svn.debian.org/wsvn/trunk/libcompress-zlib-perl/t/000prereq.t?rev=9202&op=diff
==============================================================================
--- trunk/libcompress-zlib-perl/t/000prereq.t (original)
+++ trunk/libcompress-zlib-perl/t/000prereq.t Sun Nov 11 14:36:14 2007
@@ -27,7 +27,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




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