r9200 - in /branches/upstream/libcompress-zlib-perl/current: Changes META.yml Makefile.PL README 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:34:28 UTC 2007
Author: gregoa-guest
Date: Sun Nov 11 14:34:28 2007
New Revision: 9200
URL: http://svn.debian.org/wsvn/?sc=1&rev=9200
Log:
[svn-upgrade] Integrating new upstream version, libcompress-zlib-perl (2.008)
Modified:
branches/upstream/libcompress-zlib-perl/current/Changes
branches/upstream/libcompress-zlib-perl/current/META.yml
branches/upstream/libcompress-zlib-perl/current/Makefile.PL
branches/upstream/libcompress-zlib-perl/current/README
branches/upstream/libcompress-zlib-perl/current/lib/Compress/Zlib.pm
branches/upstream/libcompress-zlib-perl/current/t/000prereq.t
Modified: branches/upstream/libcompress-zlib-perl/current/Changes
URL: http://svn.debian.org/wsvn/branches/upstream/libcompress-zlib-perl/current/Changes?rev=9200&op=diff
==============================================================================
--- branches/upstream/libcompress-zlib-perl/current/Changes (original)
+++ branches/upstream/libcompress-zlib-perl/current/Changes Sun Nov 11 14:34:28 2007
@@ -1,5 +1,9 @@
CHANGES
-------
+
+ 2.008 2 November 2007
+
+ * Minor documentation changes in README
2.007 22 September 20007
Modified: branches/upstream/libcompress-zlib-perl/current/META.yml
URL: http://svn.debian.org/wsvn/branches/upstream/libcompress-zlib-perl/current/META.yml?rev=9200&op=diff
==============================================================================
--- branches/upstream/libcompress-zlib-perl/current/META.yml (original)
+++ branches/upstream/libcompress-zlib-perl/current/META.yml Sun Nov 11 14:34:28 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: branches/upstream/libcompress-zlib-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/branches/upstream/libcompress-zlib-perl/current/Makefile.PL?rev=9200&op=diff
==============================================================================
--- branches/upstream/libcompress-zlib-perl/current/Makefile.PL (original)
+++ branches/upstream/libcompress-zlib-perl/current/Makefile.PL Sun Nov 11 14:34:28 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/libcompress-zlib-perl/current/README
URL: http://svn.debian.org/wsvn/branches/upstream/libcompress-zlib-perl/current/README?rev=9200&op=diff
==============================================================================
--- branches/upstream/libcompress-zlib-perl/current/README (original)
+++ branches/upstream/libcompress-zlib-perl/current/README Sun Nov 11 14:34:28 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: branches/upstream/libcompress-zlib-perl/current/lib/Compress/Zlib.pm
URL: http://svn.debian.org/wsvn/branches/upstream/libcompress-zlib-perl/current/lib/Compress/Zlib.pm?rev=9200&op=diff
==============================================================================
--- branches/upstream/libcompress-zlib-perl/current/lib/Compress/Zlib.pm (original)
+++ branches/upstream/libcompress-zlib-perl/current/lib/Compress/Zlib.pm Sun Nov 11 14:34:28 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: branches/upstream/libcompress-zlib-perl/current/t/000prereq.t
URL: http://svn.debian.org/wsvn/branches/upstream/libcompress-zlib-perl/current/t/000prereq.t?rev=9200&op=diff
==============================================================================
--- branches/upstream/libcompress-zlib-perl/current/t/000prereq.t (original)
+++ branches/upstream/libcompress-zlib-perl/current/t/000prereq.t Sun Nov 11 14:34:28 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