diff options
author | Karl Williamson <khw@cpan.org> | 2017-11-08 20:18:10 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2017-11-08 20:21:44 -0700 |
commit | d8fb0a68932bdb9b3896fb7811a6a5aff0a8d5b8 (patch) | |
tree | 94da7a67d9f2901ab4a8f60d2b9ff1dced7e8165 /ext/B/t | |
parent | 2ac5cb3d95aef19c0451b99cd61a1b979dacd58f (diff) | |
download | perl-d8fb0a68932bdb9b3896fb7811a6a5aff0a8d5b8.tar.gz |
Bump version of B/t/OptreeCheck to 0.16
Diffstat (limited to 'ext/B/t')
-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 34d01e1532..b1d23ce0ea 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.15'; +our $VERSION = '0.16'; # now export checkOptree, and those test.pl functions used by tests our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike |