r67329 - in /branches/upstream/libcompress-raw-zlib-perl/current: Changes META.yml README lib/Compress/Raw/Zlib.pm pod/FAQ.pod t/000prereq.t
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Wed Jan 12 21:26:27 UTC 2011
Author: periapt-guest
Date: Wed Jan 12 21:26:19 2011
New Revision: 67329
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67329
Log:
[svn-upgrade] new version libcompress-raw-zlib-perl (2.033)
Modified:
branches/upstream/libcompress-raw-zlib-perl/current/Changes
branches/upstream/libcompress-raw-zlib-perl/current/META.yml
branches/upstream/libcompress-raw-zlib-perl/current/README
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/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libcompress-raw-zlib-perl/current/Changes?rev=67329&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/Changes (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/Changes Wed Jan 12 21:26:19 2011
@@ -1,5 +1,9 @@
CHANGES
-------
+
+ 2.033 11 Jan 2011
+ * Fixed typos & spelling errors.
+ [perl# 81782]
2.032 4 Jan 2011
@@ -40,7 +44,7 @@
2.023 9 November 2009
* fixed instance where $[ should have been $] in t/02zlib.t
- Thanks to Robin Barker and zefram [RT #50765] for independantly
+ Thanks to Robin Barker and zefram [RT #50765] for independently
spotting the issue.
2.021 30 August 2009
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=67329&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/META.yml (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/META.yml Wed Jan 12 21:26:19 2011
@@ -1,6 +1,6 @@
--- #YAML:1.0
name: Compress-Raw-Zlib
-version: 2.032
+version: 2.033
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=67329&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/README (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/README Wed Jan 12 21:26:19 2011
@@ -1,9 +1,9 @@
Compress-Raw-Zlib
- Version 2.032
-
- 4th January 2011
+ Version 2.033
+
+ 11th January 2011
Copyright (c) 2005-2011 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.032" ;
+ $VERSION = "2.033" ;
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/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=67329&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 Wed Jan 12 21:26:19 2011
@@ -13,7 +13,7 @@
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.032';
+$VERSION = '2.033';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
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=67329&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/pod/FAQ.pod Wed Jan 12 21:26:19 2011
@@ -39,7 +39,7 @@
See previous FAQ item.
-If the C<Archive::Tar> module is instaled and either the C<uncompress> or
+If the C<Archive::Tar> module is installed and either the C<uncompress> or
C<gunzip> programs are available, you can use one of these workarounds to
read C<.tar.Z> files.
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=67329&op=diff
==============================================================================
--- branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t (original)
+++ branches/upstream/libcompress-raw-zlib-perl/current/t/000prereq.t Wed Jan 12 21:26:19 2011
@@ -19,7 +19,7 @@
if eval { require Test::NoWarnings ; import Test::NoWarnings; 1 };
- my $VERSION = '2.032';
+ my $VERSION = '2.033';
my @NAMES = qw(
);
More information about the Pkg-perl-cvs-commits
mailing list