In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/1530a57dfaff29c214be6c42259309d263abc973?hp=f51e780d50ba816e170f9eaa2b939142234b2fb7>
- Log ----------------------------------------------------------------- commit 1530a57dfaff29c214be6c42259309d263abc973 Author: Father Chrysostomos <[email protected]> Date: Fri Apr 27 13:31:20 2012 -0700 Really increase $File::DosGlob::VERSION to 1.07 I honestly thought I had run the tests, but I suppose not. ----------------------------------------------------------------------- Summary of changes: lib/version/t/03require.t | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/version/t/03require.t b/lib/version/t/03require.t index 0d0755c..90d33eb 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()"); -- Perl5 Master Repository
