diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-30 14:48:18 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-30 14:48:18 -0700 |
commit | b6d8be65ce3d63a311da4edee2288074a3750f05 (patch) | |
tree | 3b48a1d4ebae4a7d29c72d1dfa9c5c73cb69c718 | |
parent | 68d370c4fb319687173178f58cce0586cd0320c5 (diff) | |
download | perl-b6d8be65ce3d63a311da4edee2288074a3750f05.tar.gz |
Bump DD’s version to 1.05
5.14.1 is now using the number 1.04.
-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 a147ed4487..d2cb254a02 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.04"; +$VERSION = "1.05"; use strict; use vars qw/$AUTOLOAD/; use warnings (); |