summaryrefslogtreecommitdiff
path: root/cpan/Compress-Raw-Bzip2
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 /cpan/Compress-Raw-Bzip2
parent4bac9ae47b5ad7845a24e26b0e95609805de688a (diff)
downloadperl-a3314d5f77f945cb8f418a3f4f09bf8f69bb4c3e.tar.gz
mark blead-only modifications of Compress::Raw::{Bzip2,Zlib} with version bump
Diffstat (limited to 'cpan/Compress-Raw-Bzip2')
-rw-r--r--cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm2
1 files changed, 1 insertions, 1 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;