diff options
-rw-r--r-- | lib/B/Deparse.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm index 9db5a6415b..2ba7408032 100644 --- a/lib/B/Deparse.pm +++ b/lib/B/Deparse.pm @@ -45,7 +45,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring MDEREF_SHIFT ); -$VERSION = '1.31'; +$VERSION = '1.32'; use strict; use vars qw/$AUTOLOAD/; use warnings (); |