Require Dist::Zilla 4.200016+
[gitmo/Moose.git] / lib / Moose / Manual / Unsweetened.pod
index 3a4a7d8..7e36fa8 100644 (file)
@@ -1,8 +1,10 @@
-=pod
+package Moose::Manual::Unsweetened;
+
+# ABSTRACT: Moose idioms in plain old Perl 5 without the sugar
 
-=head1 NAME
+__END__
 
-Moose::Manual::Unsweetened - Moose idioms in plain old Perl 5 without the sugar
+=pod
 
 =head1 DESCRIPTION
 
@@ -319,17 +321,4 @@ Moose is a complete OO package in and of itself, and is part of a rich
 ecosystem of extensions. It also has an enthusiastic community of
 users, and is being actively maintained and developed.
 
-=head1 AUTHOR
-
-Dave Rolsky E<lt>autarch@urth.orgE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2009 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