[DELTA]
Changes for 0.64 Sat Jan 26 21:07:03 2013
============================================
* Add deprecation usage to warn if the
module is loaded from corelib.
Archive::Extract is leaving core with
v5.20.0, but will remain available from
CPAN.
'Archive::Extract' => {
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.62.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Archive-Extract-0.64.tar.gz',
'FILES' => q[cpan/Archive-Extract],
'UPSTREAM' => 'cpan',
'BUGS' => 'bug-archive-extract@rt.cpan.org',
package Archive::Extract;
+use if $] > 5.017, 'deprecate';
use strict;
$_ALLOW_BIN $_ALLOW_PURE_PERL $_ALLOW_TAR_ITER
];
-$VERSION = '0.62';
+$VERSION = '0.64';
$PREFER_BIN = 0;
$WARN = 1;
$DEBUG = 0;