nobody is really working on xs accessors anymore
[gitmo/Moose.git] / lib / Moose / Cookbook / Meta / Recipe4.pod
index cfaf693..3e5b3e3 100644 (file)
@@ -1,9 +1,11 @@
+package Moose::Cookbook::Meta::Recipe4;
 
-=pod
+# ABSTRACT: Adding a "table" attribute to the metaclass
+
+__END__
 
-=head1 NAME
 
-Moose::Cookbook::Meta::Recipe4 - Adding a "table" attribute to the metaclass
+=pod
 
 =head1 SYNOPSIS
 
@@ -62,17 +64,4 @@ as a metaclass trait
 L<Moose::Cookbook::Extending::Recipe2> - Acting like Moose.pm and
 providing sugar Moose-style
 
-=head1 AUTHOR
-
-Dave Rolsky E<lt>autarch@urth.orgE<gt>
-
-=head1 COPYRIGHT AND LICENSE
-
-Copyright 2006-2009 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.
-
 =pod