Beginning of dzilization
[gitmo/Moose.git] / lib / Moose / Meta / TypeConstraint / Parameterized.pm
index 80c64a3..b6f334e 100644 (file)
@@ -8,8 +8,6 @@ use Scalar::Util 'blessed';
 use Moose::Util::TypeConstraints;
 use Moose::Meta::TypeConstraint::Parameterizable;
 
-our $VERSION   = '1.9900';
-$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 use base 'Moose::Meta::TypeConstraint';
@@ -69,15 +67,13 @@ sub create_child_type {
 
 1;
 
+# ABSTRACT: Type constraints with a bound parameter (ArrayRef[Int])
+
 __END__
 
 
 =pod
 
-=head1 NAME
-
-Moose::Meta::TypeConstraint::Parameterized - Type constraints with a bound parameter (ArrayRef[Int])
-
 =head1 METHODS
 
 This class is intentionally not documented because the API is
@@ -92,17 +88,4 @@ L<Moose::Meta::TypeConstraint>.
 
 See L<Moose/BUGS> for details on reporting bugs.
 
-=head1 AUTHOR
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2010 by Infinity Interactive, Inc.
-
-L<http://www.iinteractive.com>
-
-This library is free software; you can redistribute it and/or modify
-it under the same terms as Perl itself.
-
 =cut