diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2017-11-30 08:34:52 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2017-11-30 08:34:52 +0000 |
commit | e26b661b084d2529f5f26d0d77af162cf4cd785b (patch) | |
tree | 65e4c74d9753bde80fb3d845ae26c717c28b7265 /cpan/Test-Simple/lib/ok.pm | |
parent | 848643a91802503d27202eb4d302cef07435275e (diff) | |
download | perl-e26b661b084d2529f5f26d0d77af162cf4cd785b.tar.gz |
Upgrade Test-Simple from version 1.302113 to 1.302120
Diffstat (limited to 'cpan/Test-Simple/lib/ok.pm')
-rw-r--r-- | cpan/Test-Simple/lib/ok.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/ok.pm b/cpan/Test-Simple/lib/ok.pm index 74133e8233..9db2946054 100644 --- a/cpan/Test-Simple/lib/ok.pm +++ b/cpan/Test-Simple/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302113'; +our $VERSION = '1.302120'; use strict; use Test::More (); |