summaryrefslogtreecommitdiff
path: root/dist/B-Deparse
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-03-27 12:35:09 -0400
committerJesse Vincent <jesse@bestpractical.com>2010-03-27 12:35:09 -0400
commitccc77fa829183a37ab03551e31f1f6ab7455b0b4 (patch)
tree855b4f0256f4c73f17543695e2c1f5653efb1789 /dist/B-Deparse
parent22daf694155c71728c694b7e389df775bb9b2358 (diff)
downloadperl-ccc77fa829183a37ab03551e31f1f6ab7455b0b4.tar.gz
Bump B::Deparse and Module::CoreList versions due to the late patch.
Diffstat (limited to 'dist/B-Deparse')
-rw-r--r--dist/B-Deparse/Deparse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/B-Deparse/Deparse.pm b/dist/B-Deparse/Deparse.pm
index 31d28fba69..89bc28dc73 100644
--- a/dist/B-Deparse/Deparse.pm
+++ b/dist/B-Deparse/Deparse.pm
@@ -23,7 +23,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED),
($] < 5.009 ? 'PMf_SKIPWHITE' : 'RXf_SKIPWHITE'),
($] < 5.011 ? 'CVf_LOCKED' : ());
-$VERSION = 0.95;
+$VERSION = 0.96;
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();