diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-13 08:18:23 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-10-13 08:18:23 +0100 |
commit | f08d6ff9b6bebfe69f7f3fbdb7953783d6e8848d (patch) | |
tree | 2bc7c6bd6884ee9507b09439e05ef4c07ccc3723 /cpan/Test-Simple/lib/Test/Builder.pm | |
parent | d939098ccc7209faf586b0a2cca8b202f4c297f1 (diff) | |
download | perl-f08d6ff9b6bebfe69f7f3fbdb7953783d6e8848d.tar.gz |
Upgrade Test-Simple from version 1.302100 to 1.302101
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 d95c826460..b02327f4cb 100644 --- a/cpan/Test-Simple/lib/Test/Builder.pm +++ b/cpan/Test-Simple/lib/Test/Builder.pm @@ -4,7 +4,7 @@ use 5.006; use strict; use warnings; -our $VERSION = '1.302100'; +our $VERSION = '1.302101'; BEGIN { if( $] < 5.008 ) { |