From 3c8f9076ada56b68da26e5d5d478aab6c20d5c38 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Thu, 19 May 2011 06:13:40 -0700 Subject: [PATCH] =?utf8?q?Increase=20t::OptreeCheck=E2=80=99s=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit cmp_version.t was complaining. Why does this even *have* a version? --- ext/B/t/OptreeCheck.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/B/t/OptreeCheck.pm b/ext/B/t/OptreeCheck.pm index 84658f5..7aa7898 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.05'; +our $VERSION = '0.06'; # now export checkOptree, and those test.pl functions used by tests our @EXPORT = qw( checkOptree plan skip skip_all pass is like unlike -- 2.7.4