[DELTA]
1.16 2013-01-23
install to sitelib, not corelib on 5.12.0 and later
1.15 2013-01-23
Merge changes from perl core:
- Stop the indexer from processing private modules
Add warning that B::Lint will be removed from core, if used from core
'B::Lint' => {
'MAINTAINER' => 'jjore',
- 'DISTRIBUTION' => 'FLORA/B-Lint-1.14.tar.gz',
+ 'DISTRIBUTION' => 'RJBS/B-Lint-1.16.tar.gz',
'FILES' => q[cpan/B-Lint],
'EXCLUDED' => ['t/test.pl'],
'UPSTREAM' => 'cpan',
package B::Lint;
+use deprecate;
-our $VERSION = '1.14'; ## no critic
+our $VERSION = '1.16'; ## no critic
=head1 NAME
package B::Lint::Debug;
+use deprecate;
-our $VERSION = '1.14';
+our $VERSION = '1.15';
=head1 NAME