diff options
author | Chad Granum <chad.granum@dreamhost.com> | 2014-12-12 15:34:25 -0800 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2014-12-12 19:54:10 -0500 |
commit | 3e02f6952c507a271dd4273c1cb0f06748cf8a30 (patch) | |
tree | dd96dbd6f650eca9605d4327b7db9ab45f996bd9 /cpan/Test-Simple/lib/Test/Builder/Tester.pm | |
parent | 8a329a1f6ab42e0ee381a1b516a3cce4f61d9461 (diff) | |
download | perl-3e02f6952c507a271dd4273c1cb0f06748cf8a30.tar.gz |
Test-Simple Version Bump, 1.301001_087 (RC7)
Diffstat (limited to 'cpan/Test-Simple/lib/Test/Builder/Tester.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test/Builder/Tester.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/Builder/Tester.pm b/cpan/Test-Simple/lib/Test/Builder/Tester.pm index 0cd7d23dc2..7edfe54bbd 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Tester.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Tester.pm @@ -1,7 +1,7 @@ package Test::Builder::Tester; use strict; -our $VERSION = '1.301001_084'; +our $VERSION = '1.301001_087'; $VERSION = eval $VERSION; ## no critic (BuiltinFunctions::ProhibitStringyEval) use Test::Stream 1.301001 '-internal'; |