Increase $OptreeCheck::VERSION to 0.10

Programming / Compilers / PERL - Father Chrysostomos [cpan.org] - 26 July 2013 01:47 UTC

though I still don’t understand why it has a version at all.

###

diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm
index 547f017..36f3329 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.09';
+our $VERSION = '0.10';

# now export checkOptree, and those test.pl functions used by tests
our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike

f62e563 Increase $OptreeCheck::VERSION to 0.10
ext/B/t/OptreeCheck.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Upstream: perl5.git.perl.org


  • Share