summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@cpan.org>2012-06-25 20:39:03 -0400
committerRicardo Signes <rjbs@cpan.org>2012-06-25 20:39:03 -0400
commitde4da6407040b29e303e7dc569139936e8a5f162 (patch)
tree4022040e5834e49e3f8e76bb9f01a551d776dd05
parent528063bdd5c56ddd91e28475f55275e5a67745c3 (diff)
downloadperl-de4da6407040b29e303e7dc569139936e8a5f162.tar.gz
bump version of 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 debbf6ae3e..b0f172d61b 100644
--- a/dist/B-Deparse/Deparse.pm
+++ b/dist/B-Deparse/Deparse.pm
@@ -20,7 +20,7 @@ use B qw(class main_root main_start main_cv svref_2object opnumber perlstring
CVf_METHOD CVf_LVALUE
PMf_KEEP PMf_GLOBAL PMf_CONTINUE PMf_EVAL PMf_ONCE
PMf_MULTILINE PMf_SINGLELINE PMf_FOLD PMf_EXTENDED);
-$VERSION = '1.14';
+$VERSION = '1.14_01';
use strict;
use vars qw/$AUTOLOAD/;
use warnings ();