X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FCookbook%2FBasics%2FRecipe9.pod;h=a6fdf36d6a76f5272ea4c3c5072bc77bef7db7d7;hb=400e15966b814f14c2422b54a081bb8583caf691;hp=5d4c54ab4c67926e9e068468e181965d8acd8f51;hpb=ec65165abb95e36e3755b25ed4e7a7c96fb0bad5;p=gitmo%2FMoose.git diff --git a/lib/Moose/Cookbook/Basics/Recipe9.pod b/lib/Moose/Cookbook/Basics/Recipe9.pod index 5d4c54a..a6fdf36 100644 --- a/lib/Moose/Cookbook/Basics/Recipe9.pod +++ b/lib/Moose/Cookbook/Basics/Recipe9.pod @@ -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 pragma. To see all the code we created together, take a look at -F. +F. =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 - -Dave Rolsky Eautarch@urth.orgE - =head1 LICENSE This work is licensed under a Creative Commons Attribution 3.0 Unported License.