diff options
author | Chad Granum <chad.granum@dreamhost.com> | 2014-11-23 16:24:50 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-11-23 17:41:32 -0800 |
commit | 2e52a9b8712c6c0077b2c34feaedc8404f7af7d5 (patch) | |
tree | 7f61bd12287163da13918f5c762df3f6b6276e72 /cpan/Test-Simple/lib/Test/Builder.pm | |
parent | e41e9865be5555602763ac0cf98065a8f3f38189 (diff) | |
download | perl-2e52a9b8712c6c0077b2c34feaedc8404f7af7d5.tar.gz |
Update Test-Simple to Alpha 078
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Builder.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test/Builder.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/Builder.pm b/cpan/Test-Simple/lib/Test/Builder.pm index aa9a417187..2144c93456 100644 --- a/cpan/Test-Simple/lib/Test/Builder.pm +++ b/cpan/Test-Simple/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.008001; use strict; use warnings; -our $VERSION = '1.301001_076'; +our $VERSION = '1.301001_078'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) |