Require Dist::Zilla 4.200016+
[gitmo/Moose.git] / lib / Moose / Manual.pod
index 17981ba..f50ca63 100644 (file)
@@ -1,8 +1,10 @@
-=pod
+package Moose::Manual;
+
+# ABSTRACT: What is Moose, and how do I use it?
 
-=head1 NAME
+__END__
 
-Moose::Manual - What is Moose, and how do I use it?
+=pod
 
 =head1 WHAT IS MOOSE?
 
@@ -112,7 +114,7 @@ Perl 5 OO.
 
 =item L<Moose::Manual::Unsweetened>
 
-Show two examples classes, each written first with Moose and then with
+Shows two example classes, each written first with Moose and then with
 "plain old Perl 5".
 
 =item L<Moose::Manual::Classes>
@@ -248,19 +250,4 @@ Nuff Said.
 
 =back
 
-=head1 AUTHORS
-
-Dave Rolsky E<lt>autarch@urth.orgE<gt>
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2008-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