X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FMooseX.pod;h=c47d15fe3b5da8f28dbab3f08b5b7315850b3a21;hb=bcc04ae144478d804246a90cbccc5f2b857935b3;hp=d7f4374c8a6bedc17a1039f6128b8f7704e1d236;hpb=8e5dd3fb4d0102f0e91b658540172825831ee49d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/MooseX.pod b/lib/Moose/Manual/MooseX.pod index d7f4374..c47d15f 100644 --- a/lib/Moose/Manual/MooseX.pod +++ b/lib/Moose/Manual/MooseX.pod @@ -1,8 +1,10 @@ -=pod +package Moose::Manual::MooseX; + +# ABSTRACT: Recommended Moose extensions -=head1 NAME +__END__ -Moose::Manual::MooseX - Recommended Moose extensions +=pod =head1 MooseX? @@ -257,17 +259,4 @@ setting up proper inheritance from Moose::Object and installing (and inlining, at make_immutable time) a constructor that makes sure things like BUILD methods are called. -=head1 AUTHOR - -Dave Rolsky Eautarch@urth.orgE - -=head1 COPYRIGHT AND LICENSE - -Copyright 2009-2010 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