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=f564fc7d046d4d1a7d7568f89cb43113bccdc5f8;hpb=6b2f825e73f66af279fa9e0802bc06a0094e5e89;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/DuckType.pm b/lib/Moose/Meta/TypeConstraint/DuckType.pm index f564fc7..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 = '1.11'; -$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 @@ -156,20 +150,5 @@ object! See L for details on reporting bugs. -=head1 AUTHOR - -Chris Prather Echris@prather.orgE - -Shawn M Moore Esartak@gmail.comE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2006-2010 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. - =cut