diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-06-28 14:01:47 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-06-28 14:01:47 +0100 |
commit | 35014935159564940825397b43157b99208639f4 (patch) | |
tree | e143965f52f6303931fa5f628da0a8a96604a96b /cpan/Test-Simple/lib/Test/Builder/Module.pm | |
parent | 4af080e17c75177da18080e5e66cbdb45c802731 (diff) | |
download | perl-35014935159564940825397b43157b99208639f4.tar.gz |
Upgrade Test::Simple from version 1.302026 to 1.302035
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 fbdcdc28d6..72d7bea6a7 100644 --- a/cpan/Test-Simple/lib/Test/Builder/Module.pm +++ b/cpan/Test-Simple/lib/Test/Builder/Module.pm @@ -7,7 +7,7 @@ use Test::Builder; require Exporter; our @ISA = qw(Exporter); -our $VERSION = '1.302026'; +our $VERSION = '1.302035'; =head1 NAME |