switching over to dzil
[gitmo/MooseX-Types.git] / lib / MooseX / Types / Wrapper.pm
index 69ed1e7..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,10 +48,6 @@ sub import {
 
 L<MooseX::Types>
 
-=head1 AUTHOR
-
-See L<MooseX::Types/AUTHOR>.
-
 =head1 LICENSE
 
 This program is free software; you can redistribute it and/or modify