Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta / Recipe7.pod
index 6ee9763..1034cd4 100644 (file)
@@ -1,3 +1,9 @@
+package Moose::Cookbook::Meta::Recipe7;
+
+# ABSTRACT: Creating a glob reference meta-instance class
+
+__END__
+
 
 =pod
 
 
 =end testing-SETUP
 
-=head1 NAME
-
-Moose::Cookbook::Meta::Recipe7 - Creating a glob reference meta-instance class
-
 =head1 SYNOPSIS
 
   package My::Meta::Instance;
@@ -190,19 +192,6 @@ use a handle as an object instance.
 
 =back
 
-=head1 AUTHOR
-
-Dave Rolsky E<lt>autarch@urth.orgE<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
 
 {