Skip to content

Commit

Permalink
minor doco tweak re reserved class names
Browse files Browse the repository at this point in the history
  • Loading branch information
DrHyde committed Jun 12, 2013
1 parent e59e7ea commit e2335d1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions lib/Params/Validate/Dependencies/Extending.pod
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,24 @@ have it export the function, as can be seen in the example
in t/lib/Params/Validate/Dependencies/two_of.pm, which is used in
t/06-extra-validator-with-doco.t.

=head1 RESERVED CLASSES

You may not write your own validators or classes for the following, as they are implemented
by Params::Validate::Dependencies itself. If you try implementing them, strange
things may happen:

=over

=item none_of

=item one_of

=item any_of

=item all_of

=back

=head1 SEE ALSO

L<Params::Validate::Dependencies>
Expand Down

0 comments on commit e2335d1

Please sign in to comment.