X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FParameterizable.pm;h=0db81266993d290e0805e3e590915730043488f3;hb=d5f6cadef8d83deaf7dd95302908cd4f61aeab8a;hp=a679c4b3f0638a7b6633d91c39ddc8e013b95dc0;hpb=1c7518d411958aa1651b82bbc8238265c6248f75;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm index a679c4b..0db8126 100644 --- a/lib/Moose/Meta/TypeConstraint/Parameterizable.pm +++ b/lib/Moose/Meta/TypeConstraint/Parameterizable.pm @@ -4,10 +4,6 @@ use strict; use warnings; use metaclass; -our $VERSION = '1.13'; -$VERSION = eval $VERSION; -our $AUTHORITY = 'cpan:STEVAN'; - use base 'Moose::Meta::TypeConstraint'; use Moose::Meta::TypeConstraint::Parameterized; use Moose::Util::TypeConstraints (); @@ -81,15 +77,13 @@ sub parameterize { 1; +# ABSTRACT: Type constraints which can take a parameter (ArrayRef) + __END__ =pod -=head1 NAME - -Moose::Meta::TypeConstraint::Parameterizable - Type constraints which can take a parameter (ArrayRef) - =head1 DESCRIPTION This class represents a parameterizable type constraint. This is a @@ -116,17 +110,4 @@ confusing and needs some work. See L for details on reporting bugs. -=head1 AUTHOR - -Stevan Little Estevan@iinteractive.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