Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / lib / Moose / Cookbook / Snack / Keywords.pod
index a61e9fb..031a143 100644 (file)
@@ -1,8 +1,10 @@
-=pod
+package Moose::Cookbook::Snack::Keywords;
+
+# ABSTRACT: Restricted "keywords" in Moose
 
-=head1 NAME
+__END__
 
-Moose::Cookbook::Snack::Keywords - Restricted "keywords" in Moose
+=pod
 
 =head1 DESCRIPTION
 
@@ -154,19 +156,4 @@ you must be careful not to remove C<meta> when doing so:
 
 =back
 
-=head1 AUTHOR
-
-John Goulah C<E<lt>jgoulah@cpan.org<gt>>
-
-Stevan Little E<lt>stevan@iinteractive.comE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2010 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