switching over to dzil
[gitmo/MooseX-Types.git] / lib / MooseX / Types / Wrapper.pm
index a5955e8..388a535 100644 (file)
@@ -1,10 +1,7 @@
-=head1 NAME
-
-MooseX::Types::Wrapper - Wrap exports from a library
+package MooseX::Types::Wrapper;
 
-=cut
+#ABSTRACT: Wrap exports from a library
 
-package MooseX::Types::Wrapper;
 use Moose;
 
 use Carp::Clan      qw( ^MooseX::Types );
@@ -51,11 +48,6 @@ sub import {
 
 L<MooseX::Types>
 
-=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