summaryrefslogtreecommitdiff
path: root/cpan/version/t/03require.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/version/t/03require.t')
-rw-r--r--cpan/version/t/03require.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/version/t/03require.t b/cpan/version/t/03require.t
index da1f02e1ad..6a968a5324 100644
--- a/cpan/version/t/03require.t
+++ b/cpan/version/t/03require.t
@@ -17,7 +17,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.9916, "Make sure we have the correct class";
+is $version::VERSION, 0.9917, "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()");