diff options
author | Chad Granum <chad.granum@dreamhost.com> | 2014-11-22 11:58:05 -0800 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2014-11-22 16:18:39 -0500 |
commit | 136323e46f5f3fabc977dadf1206c0686aa4c585 (patch) | |
tree | 61596e6cc7aa6813b2669f1f5d719d6725f83c52 /cpan/Test-Simple/lib/Test/Builder/Module.pm | |
parent | a500b25a5344f706749468868700f4c5e48ff813 (diff) | |
download | perl-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.pm | 2 |
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) |