clarify a bit
[gitmo/Moose.git] / lib / Moose / Cookbook / Basics / Recipe9.pod
index 5d4c54a..a6fdf36 100644 (file)
@@ -1,9 +1,11 @@
+package Moose::Cookbook::Basics::Recipe9;
 
-=pod
+# ABSTRACT: Operator overloading, subtypes, and coercion
+
+__END__
 
-=head1 NAME
 
-Moose::Cookbook::Basics::Recipe9 - Operator overloading, subtypes, and coercion
+=pod
 
 =head1 SYNOPSIS
 
@@ -233,11 +235,11 @@ If you'd like to learn more about overloading, please read the
 documentation for the L<overload> pragma.
 
 To see all the code we created together, take a look at
-F<t/000_recipes/basics/010_genes.t>.
+F<t/recipes/basics/010_genes.t>.
 
 =head1 NEXT STEPS
 
-Has this been a real project we'd probably want to:
+Had this been a real project we'd probably want:
 
 =over 4
 
@@ -253,12 +255,6 @@ Has this been a real project we'd probably want to:
 
 =back
 
-=head1 AUTHORS
-
-Aran Clary Deltac <bluefeet@cpan.org>
-
-Dave Rolsky E<lt>autarch@urth.orgE<gt>
-
 =head1 LICENSE
 
 This work is licensed under a Creative Commons Attribution 3.0 Unported License.