Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta / Recipe2.pod
index 3f360c0..e7b0cec 100644 (file)
@@ -1,9 +1,11 @@
+package Moose::Cookbook::Meta::Recipe2;
 
-=pod
+# ABSTRACT: A meta-attribute, attributes with labels
+
+__END__
 
-=head1 NAME
 
-Moose::Cookbook::Meta::Recipe2 - A meta-attribute, attributes with labels
+=pod
 
 =head1 SYNOPSIS
 
@@ -260,21 +262,6 @@ of time:
 
 The sky's the limit!
 
-=head1 AUTHOR
-
-Shawn M Moore E<lt>sartak@gmail.comE<gt>
-
-Dave Rolsky E<lt>autarch@urth.org<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.
-
 =begin testing
 
 my $app = MyApp::Website->new( url => "http://google.com", name => "Google" );