diff options
Diffstat (limited to 'lib/Test/More.pm')
-rw-r--r-- | lib/Test/More.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/More.pm b/lib/Test/More.pm index 6c00a8c0ea..2ccd314e1e 100644 --- a/lib/Test/More.pm +++ b/lib/Test/More.pm @@ -18,7 +18,7 @@ sub _carp { return warn @_, " at $file line $line\n"; } -our $VERSION = '0.85_01'; +our $VERSION = '0.86'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Builder::Module; |