diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-27 21:42:25 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-07-27 23:04:26 +0100 |
commit | 82eefd8a3b75d7ddc961022ac7ac95257d04717e (patch) | |
tree | 2825a9c0547c99672f12d474f903de70f1c28ceb /pod | |
parent | 772f5a1a1edb352c066c952044fe021a848ae23d (diff) | |
download | perl-82eefd8a3b75d7ddc961022ac7ac95257d04717e.tar.gz |
Update Params-Check to CPAN version 0.30
[DELTA]
Changes for 0.30 Mon Jul 25 14:44:40 2011
============================================
* Resolve [rt #69626] reported by Diab Jerius,
WARNINGS_FATAL should apply to all check()
failures now.
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 23db58618c..ff17fc73b8 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -118,6 +118,10 @@ Also fixes some minor bugs. [rt.cpan.org #68585] [rt.cpan.org #67893] =item * +L<Params::Check> has been upgraded from version 0.28 to version 0.30 + +=item * + L<PerlIO::via> has been upgraded from version 0.11 to version 0.12. The only change is a correction in the documentation. |