X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FDuckType.pm;h=2878eedf85221ad43fcfaebd0b08d2c37b7b2138;hb=462bdc732ebe32abf5b9f3cd40033540a5f1388f;hp=dd1f0fea7edc273d1fab3fa3389ddfb7b453e5da;hpb=8de5717850eb1f406e5f71d2ccfac33c72cc490b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm index dd1f0fe..2878eed 100644 --- a/lib/Moose/Meta/TypeConstraint/DuckType.pm +++ b/lib/Moose/Meta/TypeConstraint/DuckType.pm @@ -10,10 +10,6 @@ use Moose::Util 'english_list'; use Moose::Util::TypeConstraints (); -our $VERSION = '0.92'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use base 'Moose::Meta::TypeConstraint'; __PACKAGE__->meta->add_attribute('methods' => ( @@ -102,14 +98,12 @@ sub get_message { 1; +# ABSTRACT: Type constraint for duck typing + __END__ =pod -=head1 NAME - -Moose::Meta::TypeConstraint::DuckType - Type constraint for duck typing - =head1 DESCRIPTION This class represents type constraints based on an enumerated list of @@ -154,24 +148,7 @@ object! =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 AUTHOR - -Chris Prather Echris@prather.orgE - -Shawn M Moore Esartak@gmail.comE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2006-2009 by Infinity Interactive, Inc. - -L - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. +See L for details on reporting bugs. =cut