diff options
author | Chip Salzenberg <chip@pobox.com> | 2012-07-15 16:19:57 -0700 |
---|---|---|
committer | Chip Salzenberg <chip@pobox.com> | 2012-07-15 16:19:57 -0700 |
commit | a3314d5f77f945cb8f418a3f4f09bf8f69bb4c3e (patch) | |
tree | 796783471b490cc81809573d9259a44cb3c7d51a /cpan/Compress-Raw-Bzip2 | |
parent | 4bac9ae47b5ad7845a24e26b0e95609805de688a (diff) | |
download | perl-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.pm | 2 |
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; |