diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-04-02 22:01:51 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-04-03 08:46:02 -0700 |
commit | 20471d32147ebc8b177dae26c7a73f4811c88027 (patch) | |
tree | cb4cabf9c882b4f6c79a57b6051d188c42457d6f /ext | |
parent | d3e57cd5db1ab85c006b42587d85fce558c4535e (diff) | |
download | perl-20471d32147ebc8b177dae26c7a73f4811c88027.tar.gz |
Increase $OptreeCheck::VERSION to 0.07
I am still baffled as to why this module needs a version.
Diffstat (limited to 'ext')
-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 7aa7898f8a..ae86794403 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.06'; +our $VERSION = '0.07'; # now export checkOptree, and those test.pl functions used by tests our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike |