Dzil-ize all the .pod files so they can be pod-woven
[gitmo/Moose.git] / lib / Moose / Cookbook / Basics / Recipe7.pod
index ff88781..618816a 100644 (file)
@@ -1,9 +1,11 @@
+package Moose::Cookbook::Basics::Recipe7;
 
-=pod
+# ABSTRACT: Making Moose fast with immutable
+
+__END__
 
-=head1 NAME
 
-Moose::Cookbook::Basics::Recipe7 - Making Moose fast with immutable
+=pod
 
 =head1 SYNOPSIS
 
@@ -33,17 +35,4 @@ We strongly recommend you make your classes immutable. It makes your
 code much faster, with a small compile-time cost. This will be
 especially noticeable when creating many objects.
 
-=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.
-
 =cut