From: arcanez Date: Thu, 24 Sep 2009 16:52:43 +0000 (-0700) Subject: POD fix X-Git-Tag: 0.19~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Types-Structured.git;a=commitdiff_plain;h=a59fe2a6395e614a5816c5f28a75e6f6fad25460 POD fix --- diff --git a/lib/MooseX/Types/Structured.pm b/lib/MooseX/Types/Structured.pm index 6c007f7..ca9f0ff 100644 --- a/lib/MooseX/Types/Structured.pm +++ b/lib/MooseX/Types/Structured.pm @@ -553,7 +553,7 @@ However what this will actually validate are structures like this: [10,"Hello", $obj, [11,12,13,...] ]; # Notice element 4 is an ArrayRef In order to allow structured validation of, "and then some", arguments, you can -use the method against a type constraint. For example: +use the L method against a type constraint. For example: use MooseX::Types::Structured qw(Tuple slurpy); @@ -577,7 +577,7 @@ another Tuple) and a Dict can allow a slurpy HashRef (or children/subtypes of HashRef, also including other Dict constraints). Please note the the technical way this works 'under the hood' is that the -slurpy keywork transforms the target type constraint into a coderef. Please do +slurpy keyword transforms the target type constraint into a coderef. Please do not try to create your own custom coderefs; always use the slurpy method. The underlying technology may change in the future but the slurpy keyword will be supported. @@ -858,15 +858,15 @@ Here's a list of stuff I would be happy to get volunteers helping with: =head1 AUTHOR -John Napiorkowski C<< >> +John Napiorkowski =head1 CONTRIBUTORS The following people have contributed to this module and agree with the listed Copyright & license information included below: - Florian Ragwitz, C<< >> - Yuval Kogman, C<< >> + Florian Ragwitz, + Yuval Kogman, =head1 COPYRIGHT & LICENSE