summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:01:39 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:01:39 -0500
commit0f7438f9ac5a4beef1e64a2588fdaecdc7b6039d (patch)
treea2a742926a66c7845715521dd565a04fb4685466
parent81e743f93fcaaeec760b5ee54fe0286b4eeb021c (diff)
downloadperl-0f7438f9ac5a4beef1e64a2588fdaecdc7b6039d.tar.gz
Version bumps for ext/B non-dual-life modules identified by
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8
-rw-r--r--ext/B/B/Concise.pm2
-rw-r--r--ext/B/t/OptreeCheck.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B/Concise.pm b/ext/B/B/Concise.pm
index 3849a18ef6..014a4df84d 100644
--- a/ext/B/B/Concise.pm
+++ b/ext/B/B/Concise.pm
@@ -14,7 +14,7 @@ use warnings; # uses #3 and #4, since warnings uses Carp
use Exporter (); # use #5
-our $VERSION = "0.82";
+our $VERSION = "0.83";
our @ISA = qw(Exporter);
our @EXPORT_OK = qw( set_style set_style_standard add_callback
concise_subref concise_cv concise_main
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm
index bae9cb6191..ec4d919abf 100644
--- a/ext/B/t/OptreeCheck.pm
+++ b/ext/B/t/OptreeCheck.pm
@@ -5,7 +5,7 @@ use warnings;
use vars qw($TODO $Level $using_open);
require "test.pl";
-our $VERSION = '0.03';
+our $VERSION = '0.04';
# now export checkOptree, and those test.pl functions used by tests
our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike