diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:26:22 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:26:22 -0500 |
commit | 0c784221798e121dc35092869b95bd53853ec058 (patch) | |
tree | 4f151345e5dde73bd362a823aa3b235215c5e838 /dist/B-Deparse | |
parent | b75b3693cb83fbbd51fc7c866dcfec8d6a0e17d9 (diff) | |
download | perl-0c784221798e121dc35092869b95bd53853ec058.tar.gz |
Bumping versions for B-Lint and B-Deparse per Porting/cmpVERSION.pl
Diffstat (limited to 'dist/B-Deparse')
-rw-r--r-- | dist/B-Deparse/Deparse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm index 6ab7b1d1d7..7ea7fc1e69 100644 --- a/dist/B-Deparse/Deparse.pm +++ b/dist/B-Deparse/Deparse.pm @@ -26,7 +26,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring ($] < 5.009 ? 'PMf_SKIPWHITE' : qw(RXf_SKIPWHITE)), ($] < 5.011 ? 'CVf_LOCKED' : 'OPpREVERSE_INPLACE'), ($] < 5.013 ? () : 'PMf_NONDESTRUCT'); -$VERSION = "1.02"; +$VERSION = "1.03"; use strict; use vars qw/$AUTOLOAD/; use warnings (); |