diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-10-05 13:35:08 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-10-05 16:57:40 +0100 |
commit | 1195d90a5747942a65c309d1691cb3e85790e09e (patch) | |
tree | 40871652a199f20e5ab6bb29b88458704c8ecd0c /cpan/Test-Simple/lib/ok.pm | |
parent | 62e112f35767e13ea6edf52391064ba4290d5400 (diff) | |
download | perl-1195d90a5747942a65c309d1691cb3e85790e09e.tar.gz |
Update Test-Simple to CPAN version 1.302098
[DELTA]
1.302098 2017-10-03 06:13:49-07:00 America/Los_Angeles
- Add docs for test2_stdout and test2_stderr
- Fix 5.6 support
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 a3bef501b0..8da4fc7ee5 100644 --- a/cpan/Test-Simple/lib/ok.pm +++ b/cpan/Test-Simple/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302097'; +our $VERSION = '1.302098'; use strict; use Test::More (); |