switching over to dzil
[gitmo/MooseX-Types.git] / lib / MooseX / Types / Base.pm
index b05288d..e172d19 100644 (file)
@@ -1,11 +1,7 @@
 package MooseX::Types::Base;
 use Moose;
 
-=head1 NAME
-
-MooseX::Types::Base - Type library base class
-
-=cut
+# ABSTRACT: Type library base class
 
 use Carp::Clan                      qw( ^MooseX::Types );
 use MooseX::Types::Util             qw( filter_tags );
@@ -276,11 +272,6 @@ sub get_registered_role_type {
 
 L<MooseX::Types::Moose>
 
-=head1 AUTHOR AND COPYRIGHT
-
-Robert 'phaylon' Sedlacek C<E<lt>rs@474.atE<gt>>, with many thanks to
-the C<#moose> cabal on C<irc.perl.org>.
-
 =head1 LICENSE
 
 This program is free software; you can redistribute it and/or modify