summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
Diffstat (limited to 't')
-rw-r--r--t/00impl-pp.t2
-rw-r--r--t/01base.t2
-rw-r--r--t/02derived.t2
-rw-r--r--t/03require.t2
-rw-r--r--t/05sigdie.t2
-rw-r--r--t/06noop.t2
-rw-r--r--t/07locale.t2
-rw-r--r--t/08_corelist.t2
-rw-r--r--t/09_list_util.t2
9 files changed, 9 insertions, 9 deletions
diff --git a/t/00impl-pp.t b/t/00impl-pp.t
index 157491b..2850ba6 100644
--- a/t/00impl-pp.t
+++ b/t/00impl-pp.t
@@ -14,7 +14,7 @@ BEGIN {
)
);
require $coretests;
- use_ok('version::vpp', 0.9928);
+ use_ok('version::vpp', 0.9929);
}
BaseTests("version::vpp","new","qv");
diff --git a/t/01base.t b/t/01base.t
index 65f4aa3..d60abae 100644
--- a/t/01base.t
+++ b/t/01base.t
@@ -14,7 +14,7 @@ BEGIN {
)
);
require $coretests;
- use_ok('version', 0.9928);
+ use_ok('version', 0.9929);
}
BaseTests("version","new","qv");
diff --git a/t/02derived.t b/t/02derived.t
index 4bab2a2..815b592 100644
--- a/t/02derived.t
+++ b/t/02derived.t
@@ -15,7 +15,7 @@ BEGIN {
)
);
require $coretests;
- use_ok("version", 0.9928);
+ use_ok("version", 0.9929);
# If we made it this far, we are ok.
}
diff --git a/t/03require.t b/t/03require.t
index 35efa7b..a7a72ba 100644
--- a/t/03require.t
+++ b/t/03require.t
@@ -19,7 +19,7 @@ BEGIN {
# Don't want to use, because we need to make sure that the import doesn't
# fire just yet (some code does this to avoid importing qv() and delare()).
require_ok("version");
-is $version::VERSION, 0.9928, "Make sure we have the correct class";
+is $version::VERSION, 0.9929, "Make sure we have the correct class";
ok(!"main"->can("qv"), "We don't have the imported qv()");
ok(!"main"->can("declare"), "We don't have the imported declare()");
diff --git a/t/05sigdie.t b/t/05sigdie.t
index 5429731..8d98e5c 100644
--- a/t/05sigdie.t
+++ b/t/05sigdie.t
@@ -14,7 +14,7 @@ BEGIN {
}
BEGIN {
- use version 0.9928;
+ use version 0.9929;
}
pass "Didn't get caught by the wrong DIE handler, which is a good thing";
diff --git a/t/06noop.t b/t/06noop.t
index eb0a45e..b5cf08a 100644
--- a/t/06noop.t
+++ b/t/06noop.t
@@ -7,7 +7,7 @@
use Test::More qw/no_plan/;
BEGIN {
- use_ok('version', 0.9928);
+ use_ok('version', 0.9929);
}
my $v1 = 'version'->new('1.2');
diff --git a/t/07locale.t b/t/07locale.t
index 926850e..eb68d74 100644
--- a/t/07locale.t
+++ b/t/07locale.t
@@ -11,7 +11,7 @@ use Test::More tests => 8;
use Config;
BEGIN {
- use_ok('version', 0.9928);
+ use_ok('version', 0.9929);
}
SKIP: {
diff --git a/t/08_corelist.t b/t/08_corelist.t
index 886b23c..a0b4fdd 100644
--- a/t/08_corelist.t
+++ b/t/08_corelist.t
@@ -5,7 +5,7 @@
#########################
use Test::More tests => 3;
-use_ok("version", 0.9928);
+use_ok("version", 0.9929);
# do strict lax tests in a sub to isolate a package to test importing
SKIP: {
diff --git a/t/09_list_util.t b/t/09_list_util.t
index bcd88a3..cf35407 100644
--- a/t/09_list_util.t
+++ b/t/09_list_util.t
@@ -4,7 +4,7 @@
#########################
use strict;
-use_ok("version", 0.9928);
+use_ok("version", 0.9929);
use Test::More;
BEGIN {