diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-06-03 15:11:38 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-06-03 15:11:38 +0100 |
commit | 1acbee7b20a7940bc8cedfb1e7b102d3028335e3 (patch) | |
tree | 5b4ba49c056d64da39a3b29b36a5906ea2d8f879 /cpan/Test-Simple/lib/ok.pm | |
parent | a5468c61b56732d2b8dc7d6f4ea8a4cd7c6c7bde (diff) | |
download | perl-1acbee7b20a7940bc8cedfb1e7b102d3028335e3.tar.gz |
Update Test-Simple to CPAN version 1.302164
[DELTA]
1.302164 2019-04-27 01:43:44-07:00 America/Los_Angeles
1.302163 2019-04-25 05:45:47-07:00 America/Los_Angeles (TRIAL RELEASE)
- Do not use threads::Shared in Test::Tester::Capture (#826)
- Add missing version info to Info/Table
- Fix event in global destruction bug (#827)
- Proper fix for todo = '' (#812, #829)
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 66dcad8635..4fe4154de9 100644 --- a/cpan/Test-Simple/lib/ok.pm +++ b/cpan/Test-Simple/lib/ok.pm @@ -1,5 +1,5 @@ package ok; -our $VERSION = '1.302162'; +our $VERSION = '1.302164'; use strict; use Test::More (); |