In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/70f1d2e1ae60abcddf0ce90aa77c6fa0d51c0068?hp=65ef2c3e7d945498f4ef8ab758cc14a8af2f7533>
- Log ----------------------------------------------------------------- commit 70f1d2e1ae60abcddf0ce90aa77c6fa0d51c0068 Author: Nicholas Clark <[email protected]> Date: Tue Mar 24 20:59:04 2015 +0100 Bump Deparse's $VERSION following commit 65ef2c3e7d945498. ----------------------------------------------------------------------- Summary of changes: lib/B/Deparse.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm index 621a6c2..d4c6f60 100644 --- a/lib/B/Deparse.pm +++ b/lib/B/Deparse.pm @@ -46,7 +46,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring MDEREF_SHIFT ); -$VERSION = '1.34'; +$VERSION = '1.35'; use strict; use vars qw/$AUTOLOAD/; use warnings (); -- Perl5 Master Repository
