summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2018-03-19 23:46:39 +0000
committerDavid Mitchell <davem@iabyn.com>2018-03-20 07:59:26 +0000
commit3c68d63f12c3a91deebdf16b805c498a3dd1e77e (patch)
tree6563bb2d3698225e400f71f6e0f7aaa4a234c65c
parentbce0f2262f9f42124c415b34c7f34af0e4466ff7 (diff)
downloadperl-3c68d63f12c3a91deebdf16b805c498a3dd1e77e.tar.gz
Deparse.pm: bump version
-rw-r--r--lib/B/Deparse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/B/Deparse.pm b/lib/B/Deparse.pm
index 8fedf81c15..af64cd23f4 100644
--- a/lib/B/Deparse.pm
+++ b/lib/B/Deparse.pm
@@ -52,7 +52,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
MDEREF_SHIFT
);
-$VERSION = '1.47';
+$VERSION = '1.48';
use strict;
our $AUTOLOAD;
use warnings ();