Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta / Recipe1.pod
index af2c1a6..f2e72a7 100644 (file)
@@ -1,9 +1,11 @@
+package Moose::Cookbook::Meta::Recipe1;
 
-=pod
+# ABSTRACT: Welcome to the meta world (Why Go Meta?)
+
+__END__
 
-=head1 NAME
 
-Moose::Cookbook::Meta::Recipe1 - Welcome to the meta world (Why Go Meta?)
+=pod
 
 =head1 SUMMARY
 
@@ -52,19 +54,6 @@ couple good examples include L<MooseX::Singleton> and
 L<MooseX::AttributeHelpers>. For a more complex example see
 L<Fey::ORM> or L<Reaction>.
 
-=head1 AUTHOR
-
-Dave Rolsky E<lt>autarch@urth.org<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2009-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