diff options
Diffstat (limited to 'cpan/Test-Simple/lib/Test/More.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test/More.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test/More.pm b/cpan/Test-Simple/lib/Test/More.pm index 2f1d592d02..12146e33fe 100644 --- a/cpan/Test-Simple/lib/Test/More.pm +++ b/cpan/Test-Simple/lib/Test/More.pm @@ -17,7 +17,7 @@ sub _carp { return warn @_, " at $file line $line\n"; } -our $VERSION = '1.302136'; +our $VERSION = '1.302138'; use Test::Builder::Module; our @ISA = qw(Test::Builder::Module); |