X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FParams%2FValidate.pm;h=f507d60781df05e2c88d15a40bd030a62b2b3ab4;hb=c8c6d6c943e3cb6bafd0b9754cab302de23c5821;hp=ad9c75549752a728104013e8992486c785068d5a;hpb=5257fe68b75fba2a85fffe843e8a9b8eadf7a73c;p=gitmo%2FMooseX-Params-Validate.git diff --git a/lib/MooseX/Params/Validate.pm b/lib/MooseX/Params/Validate.pm index ad9c755..f507d60 100644 --- a/lib/MooseX/Params/Validate.pm +++ b/lib/MooseX/Params/Validate.pm @@ -239,14 +239,12 @@ sub _caller_name { 1; +# ABSTRACT: an extension of Params::Validate using Moose's types + __END__ =pod -=head1 NAME - -MooseX::Params::Validate - an extension of Params::Validate for using Moose's types - =head1 SYNOPSIS package Foo; @@ -462,25 +460,16 @@ the cache key will bypass the normal cache key generation. =back -=head1 BUGS - -All complex software has bugs lurking in it, and this module is no -exception. If you find a bug please either email me, or add the bug to -cpan-RT. - =head1 AUTHORS Stevan Little Estevan.little@iinteractive.comE Dave Rolsky Eautarch@urth.orgE -=head1 COPYRIGHT AND LICENSE - -Copyright 2007-2009 by Infinity Interactive, Inc. - -L +=head1 BUGS -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +Please submit bugs to the CPAN RT system at +http://rt.cpan.org/NoAuth/ReportBug.html?Queue=moosex-params-validate or via +email at bug-moosex-params-validate@rt.cpan.org. =cut