diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-02-14 13:17:57 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-02-14 13:17:57 +0000 |
commit | a6afdf72cdabc9d256e910f1b59a91df3871f687 (patch) | |
tree | 2ba4b2e06032852dba3a20d41138dce60015f162 /cpan/Test-Simple/lib/Test2/IPC/Driver.pm | |
parent | df56252693bd11e327028760933a76b8c071fdea (diff) | |
download | perl-a6afdf72cdabc9d256e910f1b59a91df3871f687.tar.gz |
Update Test-Simple to CPAN version 1.302162
[DELTA]
1.302162 2019-02-05 19:55:14-08:00 America/Los_Angeles
- Typo fixes in documentation
Diffstat (limited to 'cpan/Test-Simple/lib/Test2/IPC/Driver.pm')
-rw-r--r-- | cpan/Test-Simple/lib/Test2/IPC/Driver.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Test-Simple/lib/Test2/IPC/Driver.pm b/cpan/Test-Simple/lib/Test2/IPC/Driver.pm index 9675d2ddf1..dbcb7004b3 100644 --- a/cpan/Test-Simple/lib/Test2/IPC/Driver.pm +++ b/cpan/Test-Simple/lib/Test2/IPC/Driver.pm @@ -2,7 +2,7 @@ package Test2::IPC::Driver; use strict; use warnings; -our $VERSION = '1.302161'; # TRIAL +our $VERSION = '1.302162'; use Carp qw/confess/; |