diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2016-11-01 17:35:01 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2016-11-01 17:35:01 +0000 |
commit | c59be0827018418e40637878369155d288da3cf2 (patch) | |
tree | 91175d5d312507d52d377a3d3506a326113d92f0 /cpan/Test-Simple/lib/Test2.pm | |
parent | 93d7ac13d34e6b9246990d232910a98d65549808 (diff) | |
download | perl-c59be0827018418e40637878369155d288da3cf2.tar.gz |
Upgrade Test::Simple from version 1.302059 to 1.302062
Diffstat (limited to 'cpan/Test-Simple/lib/Test2.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2.pm b/cpan/Test-Simple/lib/Test2.pm index 29f8411e64..7f365e18c0 100644 --- a/cpan/Test-Simple/lib/Test2.pm +++ b/cpan/Test-Simple/lib/Test2.pm @@ -2,7 +2,7 @@ package Test2; use strict; use warnings; -our $VERSION = '1.302059'; +our $VERSION = '1.302062'; 1; |