diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-01-08 10:27:17 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2013-01-08 11:01:40 +0000 |
commit | 3f1ec28328e8edb26ba0e89faa2450accdbe704e (patch) | |
tree | 102f862435d328fe64ba3a44f0532412d7660687 /cpan/Compress-Raw-Bzip2/lib/Compress/Raw | |
parent | c788e059a806bc04409360d9723d258138e108c3 (diff) | |
download | perl-3f1ec28328e8edb26ba0e89faa2450accdbe704e.tar.gz |
Update Compress-Raw-Bzip2 to CPAN version 2.060
[DELTA]
2.060 7 January 2013
* No Changes
Diffstat (limited to 'cpan/Compress-Raw-Bzip2/lib/Compress/Raw')
-rw-r--r-- | cpan/Compress-Raw-Bzip2/lib/Compress/Raw/Bzip2.pm | 4 |
1 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 450fa42085..e2fba4ff5d 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.059'; +$VERSION = '2.060'; $XS_VERSION = $VERSION; $VERSION = eval $VERSION; @@ -379,7 +379,7 @@ See the Changes file. =head1 COPYRIGHT AND LICENSE -Copyright (c) 2005-2012 Paul Marquess. All rights reserved. +Copyright (c) 2005-2013 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. |