X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FManual%2FUnsweetened.pod;h=7e36fa8bd77a7f681977c120021276753ea9ee37;hb=31c248bf3c003492975ce3f29dbe81fc6f78f655;hp=117cbcf4aa79c7e8209a1c08a7fa7cff40130da3;hpb=8e5dd3fb4d0102f0e91b658540172825831ee49d;p=gitmo%2FMoose.git diff --git a/lib/Moose/Manual/Unsweetened.pod b/lib/Moose/Manual/Unsweetened.pod index 117cbcf..7e36fa8 100644 --- a/lib/Moose/Manual/Unsweetened.pod +++ b/lib/Moose/Manual/Unsweetened.pod @@ -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 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