Rename Basics::Recipe9 to Basics::Genome_OverloadingSubtypesAndCoercion
Dave Rolsky [Sat, 11 Feb 2012 18:04:08 +0000 (12:04 -0600)]
lib/Moose.pm
lib/Moose/Cookbook.pod
lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod [moved from lib/Moose/Cookbook/Basics/Recipe9.pod with 98% similarity]

index 46207fa..4cfa28d 100644 (file)
@@ -1081,7 +1081,8 @@ John (jgoulah) Goulah wrote L<Moose::Cookbook::Snack::Keywords>.
 
 Jess (castaway) Robinson wrote L<Moose::Cookbook::Snack::Types>.
 
-Aran (bluefeet) Clary Deltac wrote L<Moose::Cookbook::Basics::Recipe9>.
+Aran (bluefeet) Clary Deltac wrote
+L<Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion>.
 
 Anders (Debolaz) Nor Berle contributed L<Test::Moose> and L<Moose::Util>.
 
index 3c1d698..ad0789f 100644 (file)
@@ -61,7 +61,7 @@ object construction.
 The builder feature provides an inheritable and role-composable way to
 provide a default attribute value.
 
-=item L<Moose::Cookbook::Basics::Recipe9> - Operator overloading, subtypes, and coercion
+=item L<Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion>
 
 Demonstrates using operator overloading, coercion, and subtypes to
 model how eye color is determined during reproduction.
@@ -1,4 +1,4 @@
-package Moose::Cookbook::Basics::Recipe9;
+package Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion;
 
 # ABSTRACT: Operator overloading, subtypes, and coercion