diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-01-28 23:56:05 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2012-01-28 23:56:05 +0000 |
commit | 76f546a2b3e45580650b74c8529f081a41f8af8b (patch) | |
tree | e7725f25dd762b4c39127e1f7e137d1d23f53fb4 /cpan/Compress-Raw-Bzip2/lib | |
parent | bd1901c67e522749babb4c06e4343629529cdd17 (diff) | |
download | perl-76f546a2b3e45580650b74c8529f081a41f8af8b.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.047
[DELTA]
2.047 28 January 2012
* Set minimum Perl version to 5.6
Diffstat (limited to 'cpan/Compress-Raw-Bzip2/lib')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm index 90871cb451..43645d9b6d 100644 --- a/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm +++ b/cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm @@ -4,7 +4,7 @@ package Compress::Raw::Bzip2; use strict ; use warnings ; -require 5.004 ; +require 5.006 ; require Exporter; use AutoLoader; use Carp ; @@ -12,7 +12,7 @@ use Carp ; use bytes ; our ($VERSION, $XS_VERSION, @ISA, @EXPORT, $AUTOLOAD); -$VERSION = '2.045'; +$VERSION = '2.047'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -379,7 +379,7 @@ See the Changes file. =head1 COPYRIGHT AND LICENSE -Copyright (c) 2005-2011 Paul Marquess. All rights reserved. +Copyright (c) 2005-2012 Paul Marquess. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. |