summaryrefslogtreecommitdiff
path: root/cpan/Params-Check
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-06-21 22:18:38 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-06-21 22:18:38 +0100
commit8b21fa03ebc1de8cb1217ea4e0458a42b4510b2c (patch)
tree779e5292f4031889c7f431981b58df945e1e3f14 /cpan/Params-Check
parent9a00675db41cb2119a7340d679a1d86f89dd83bf (diff)
downloadperl-8b21fa03ebc1de8cb1217ea4e0458a42b4510b2c.tar.gz
Update Params-Check to CPAN version 0.38
[DELTA] Changes for 0.38 Thu Jun 20 10:43:37 2013 ============================================ * Typo fixes by David Steinbrunner
Diffstat (limited to 'cpan/Params-Check')
-rw-r--r--cpan/Params-Check/lib/Params/Check.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Params-Check/lib/Params/Check.pm b/cpan/Params-Check/lib/Params/Check.pm
index 536a7c08a8..12394421d6 100644
--- a/cpan/Params-Check/lib/Params/Check.pm
+++ b/cpan/Params-Check/lib/Params/Check.pm
@@ -16,7 +16,7 @@ BEGIN {
@ISA = qw[ Exporter ];
@EXPORT_OK = qw[check allow last_error];
- $VERSION = '0.36';
+ $VERSION = '0.38';
$VERBOSE = $^W ? 1 : 0;
$NO_DUPLICATES = 0;
$STRIP_LEADING_DASHES = 0;
@@ -210,7 +210,7 @@ C<check> takes a list of arguments, as follows:
=item Template
-This is a hashreference which contains a template as explained in the
+This is a hash reference which contains a template as explained in the
C<SYNOPSIS> and C<Template> section.
=item Arguments