Fix typo in abstract
[gitmo/MooseX-Types.git] / lib / MooseX / Types / Moose.pm
index 36ed545..189f274 100644 (file)
@@ -1,11 +1,6 @@
 package MooseX::Types::Moose;
-our $VERSION = "0.25";
 
-=head1 NAME
-
-MooseX::Types::Moose - Types shipped with L<Moose>
-
-=cut
+# ABSTRACT: Type exports that match the types shipped with L<Moose>
 
 use warnings;
 use strict;
@@ -70,10 +65,6 @@ L<MooseX::Types::Moose>,
 L<Moose>, 
 L<Moose::Util::TypeConstraints>
 
-=head1 AUTHOR
-
-See L<MooseX::Types/AUTHOR>.
-
 =head1 LICENSE
 
 This program is free software; you can redistribute it and/or modify