This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Version bumps for ext/B non-dual-life modules identified by
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:01:39 +0000 (14:01 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:01:39 +0000 (14:01 -0500)
./perl -Ilib Porting/cmpVERSION.pl -xd . v5.13.8

ext/B/B/Concise.pm
ext/B/t/OptreeCheck.pm

index 3849a18..014a4df 100644 (file)
@@ -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
index bae9cb6..ec4d919 100644 (file)
@@ -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