summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test/Simple.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Simple.pm')
-rw-r--r--cpan/Test-Simple/lib/Test/Simple.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Simple/lib/Test/Simple.pm b/cpan/Test-Simple/lib/Test/Simple.pm
index 13c474ff0a..411b38ba00 100644
--- a/cpan/Test-Simple/lib/Test/Simple.pm
+++ b/cpan/Test-Simple/lib/Test/Simple.pm
@@ -4,10 +4,10 @@ use 5.006;
use strict;
-our $VERSION = '0.98_06';
+our $VERSION = '0.99';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
-use Test::Builder::Module;
+use Test::Builder::Module 0.99;
our @ISA = qw(Test::Builder::Module);
our @EXPORT = qw(ok);