summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/lib/Test/Builder/Module.pm
diff options
context:
space:
mode:
authorChad Granum <chad.granum@dreamhost.com>2014-11-22 11:58:05 -0800
committerJames E Keenan <jkeenan@cpan.org>2014-11-22 16:18:39 -0500
commit136323e46f5f3fabc977dadf1206c0686aa4c585 (patch)
tree61596e6cc7aa6813b2669f1f5d719d6725f83c52 /cpan/Test-Simple/lib/Test/Builder/Module.pm
parenta500b25a5344f706749468868700f4c5e48ff813 (diff)
downloadperl-136323e46f5f3fabc977dadf1206c0686aa4c585.tar.gz
Update Test-Simple to alpha 076
For: RT #123277
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Builder/Module.pm')
-rw-r--r--cpan/Test-Simple/lib/Test/Builder/Module.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/Builder/Module.pm b/cpan/Test-Simple/lib/Test/Builder/Module.pm
index 2ad2454a97..79340ed18d 100644
--- a/cpan/Test-Simple/lib/Test/Builder/Module.pm
+++ b/cpan/Test-Simple/lib/Test/Builder/Module.pm
@@ -8,7 +8,7 @@ use Test::Builder 0.99;
require Exporter;
our @ISA = qw(Exporter);
-our $VERSION = '1.301001_075';
+our $VERSION = '1.301001_076';
$VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval)