diff options
author | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:32:04 +0100 |
---|---|---|
committer | Matt S Trout <mst@shadowcat.co.uk> | 2010-06-21 22:32:04 +0100 |
commit | b3b1f4cbdf866b01b788f5c540305604818ca3ea (patch) | |
tree | 944f874f35398b790bc08df264f9c79f4a89c735 /ext/B | |
parent | 70ce9532cde805af30f6a2257b0af68415483600 (diff) | |
download | perl-b3b1f4cbdf866b01b788f5c540305604818ca3ea.tar.gz |
version bump for B::t::OptreeCheck and add to delta
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/t/OptreeCheck.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm index 5be6da8467..ce2482d59c 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.02'; +our $VERSION = '0.03'; # now export checkOptree, and those test.pl functions used by tests our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike |