X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual.pod;h=f50ca632e5501a18434bb88fd643a498d8228e83;hb=9f18035c7eb2e49b5efff56c6d474a35bca40f18;hp=c6e8904428658d048d485c07ec09a89f77479b01;hpb=19440c7c381b94f7906a7b84457379bdb6d88940;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual.pod b/lib/Moose/Manual.pod index c6e8904..f50ca63 100644 --- a/lib/Moose/Manual.pod +++ b/lib/Moose/Manual.pod @@ -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? @@ -99,7 +101,7 @@ We'll leave the line-by-line explanation of this code to other documentation, but you can see how Moose reduces common OO idioms to simple declarative constructs. -=head2 TABLE OF CONTENTS +=head1 TABLE OF CONTENTS This manual consists of a number of documents. @@ -112,7 +114,7 @@ Perl 5 OO. =item L -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 @@ -248,19 +250,4 @@ Nuff Said. =back -=head1 AUTHORS - -Dave Rolsky Eautarch@urth.orgE - -Stevan Little Estevan@iinteractive.comE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2008-2009 by Infinity Interactive, Inc. - -L - -This library is free software; you can redistribute it and/or modify -it under the same terms as Perl itself. - =cut