In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/372b87083a0858da5b4ebb8cbca41e6b734a4eff?hp=c57d3fcc1ad464532b34fb5a68ed2aa452190541>
- Log ----------------------------------------------------------------- commit 372b87083a0858da5b4ebb8cbca41e6b734a4eff Author: Chris 'BinGOs' Williams <[email protected]> Date: Mon Jan 26 16:12:13 2015 +0000 Update B-Debug to CPAN version 1.23 ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- cpan/B-Debug/Debug.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4c61c1f..ac5f552 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -171,7 +171,7 @@ use File::Glob qw(:case); }, 'B::Debug' => { - 'DISTRIBUTION' => 'RURBAN/B-Debug-1.22.tar.gz', + 'DISTRIBUTION' => 'RURBAN/B-Debug-1.23.tar.gz', 'FILES' => q[cpan/B-Debug], 'EXCLUDED' => ['t/pod.t'], }, diff --git a/cpan/B-Debug/Debug.pm b/cpan/B-Debug/Debug.pm index 6f0c4c6..fd66405 100644 --- a/cpan/B-Debug/Debug.pm +++ b/cpan/B-Debug/Debug.pm @@ -1,6 +1,6 @@ package B::Debug; -our $VERSION = '1.22'; +our $VERSION = '1.23'; use strict; require 5.006; -- Perl5 Master Repository
