In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/fcf7ecec7870a77b25e5f00a8b4702e3aee3318d?hp=42bb57af5d09a3173afb22e2786779eabfed2223>
- Log ----------------------------------------------------------------- commit fcf7ecec7870a77b25e5f00a8b4702e3aee3318d Author: Chris 'BinGOs' Williams <[email protected]> Date: Fri Jan 25 08:13:12 2013 +0000 Update B-Lint to CPAN version 1.16 [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 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/B-Lint/lib/B/Lint.pm | 3 ++- cpan/B-Lint/lib/B/Lint/Debug.pm | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 272f54a..2adc771 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -302,7 +302,7 @@ use File::Glob qw(:case); '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', diff --git a/cpan/B-Lint/lib/B/Lint.pm b/cpan/B-Lint/lib/B/Lint.pm index a080af7..bc37abb 100644 --- a/cpan/B-Lint/lib/B/Lint.pm +++ b/cpan/B-Lint/lib/B/Lint.pm @@ -1,6 +1,7 @@ package B::Lint; +use deprecate; -our $VERSION = '1.14'; ## no critic +our $VERSION = '1.16'; ## no critic =head1 NAME diff --git a/cpan/B-Lint/lib/B/Lint/Debug.pm b/cpan/B-Lint/lib/B/Lint/Debug.pm index 6ba0970..4aaa6da 100644 --- a/cpan/B-Lint/lib/B/Lint/Debug.pm +++ b/cpan/B-Lint/lib/B/Lint/Debug.pm @@ -1,6 +1,7 @@ package B::Lint::Debug; +use deprecate; -our $VERSION = '1.14'; +our $VERSION = '1.15'; =head1 NAME -- Perl5 Master Repository
