summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>2012-07-15 16:19:57 -0700
committerChip Salzenberg <chip@pobox.com>2012-07-15 16:19:57 -0700
commita3314d5f77f945cb8f418a3f4f09bf8f69bb4c3e (patch)
tree796783471b490cc81809573d9259a44cb3c7d51a
parent4bac9ae47b5ad7845a24e26b0e95609805de688a (diff)
downloadperl-a3314d5f77f945cb8f418a3f4f09bf8f69bb4c3e.tar.gz
mark blead-only modifications of Compress::Raw::{Bzip2,Zlib} with version bump
-rw-r--r--cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm2
-rw-r--r--cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
index f4bbf3ab3b..589f390745 100644
--- a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
+++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm
@@ -12,7 +12,7 @@ use Carp ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD);
-$VERSION = '2.052';
+$VERSION = '2.05201';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;
diff --git a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
index c8bda14e31..557e8436ec 100644
--- a/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
+++ b/cpan/Compress-Raw-Zlib/lib/Compress/Raw/Zlib.pm
@@ -11,7 +11,7 @@ use warnings ;
use bytes ;
our ($VERSION, $XS_VERSION, @ISA, @EXPORT, %EXPORT_TAGS, @EXPORT_OK, $AUTOLOAD, %DEFLATE_CONSTANTS, @DEFLATE_CONSTANTS );
-$VERSION = '2.054';
+$VERSION = '2.05401';
$XS_VERSION = $VERSION;
$VERSION = eval $VERSION;