summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/lib/version/t/03require.t
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/perl/lib/version/t/03require.t')
-rw-r--r--gnu/usr.bin/perl/lib/version/t/03require.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/lib/version/t/03require.t b/gnu/usr.bin/perl/lib/version/t/03require.t
index 66c6bd3a85b..90d33ebabeb 100644
--- a/gnu/usr.bin/perl/lib/version/t/03require.t
+++ b/gnu/usr.bin/perl/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.9902, "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()");