summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/version/t/03require.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version/t/03require.t b/lib/version/t/03require.t
index 0d0755cdc0..90d33ebabe 100644
--- a/lib/version/t/03require.t
+++ b/lib/version/t/03require.t
@@ -14,7 +14,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.97, "Make sure we have the correct class";
+is $version::VERSION, 0.99, "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()");