summaryrefslogtreecommitdiff
path: root/lib/version
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-04-27 13:31:20 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-04-27 13:31:20 -0700
commit1530a57dfaff29c214be6c42259309d263abc973 (patch)
tree6fbab22fbd2ea56ad31a67200d40ee14dc8d6e11 /lib/version
parentf51e780d50ba816e170f9eaa2b939142234b2fb7 (diff)
downloadperl-1530a57dfaff29c214be6c42259309d263abc973.tar.gz
Really increase $File::DosGlob::VERSION to 1.07
I honestly thought I had run the tests, but I suppose not.
Diffstat (limited to 'lib/version')
-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()");