diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-02 22:53:41 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-11-02 22:53:41 +0000 |
commit | 42106a15b1820a72dae7605d97c9c0e906dcd516 (patch) | |
tree | 95c236b495e9a11c5a2e01098b14380652ffaa66 /cpan/Compress-Raw-Bzip2/lib | |
parent | 2b4887303b3930e7022307ef8e74ca51b5132e32 (diff) | |
download | perl-42106a15b1820a72dae7605d97c9c0e906dcd516.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.063
[DELTA]
2.063 20 October 2013
* Compress::Raw::Bzip2 uses AutoLoader for no reason
[#88259]
Diffstat (limited to 'cpan/Compress-Raw-Bzip2/lib')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 3 |
1 files changed, 1 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 1968658147..dd54517518 100644 --- a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm +++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm @@ -6,13 +6,12 @@ use warnings ; require 5.006 ; require Exporter; -use AutoLoader; use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.062'; +$VERSION = '2.063'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; |