summaryrefslogtreecommitdiff
path: root/lib/Test
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Test')
-rw-r--r--lib/Test/Simple.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Simple.pm b/lib/Test/Simple.pm
index 2c3c209b57..93b8feb950 100644
--- a/lib/Test/Simple.pm
+++ b/lib/Test/Simple.pm
@@ -5,7 +5,7 @@ use 5.004;
use strict;
-our $VERSION = '0.85_01';
+our $VERSION = '0.85_02';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)
use Test::Builder::Module;