From: Dave Rolsky Date: Sat, 11 Feb 2012 18:04:08 +0000 (-0600) Subject: Rename Basics::Recipe9 to Basics::Genome_OverloadingSubtypesAndCoercion X-Git-Tag: 2.0500~71 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cae648232341ed4bb0caa71f6b3fb86ae9c89405;hp=53a1e0939093bc4b404a2a5b1675a372bd4e3384;p=gitmo%2FMoose.git Rename Basics::Recipe9 to Basics::Genome_OverloadingSubtypesAndCoercion --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 46207fa..4cfa28d 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -1081,7 +1081,8 @@ John (jgoulah) Goulah wrote L. Jess (castaway) Robinson wrote L. -Aran (bluefeet) Clary Deltac wrote L. +Aran (bluefeet) Clary Deltac wrote +L. Anders (Debolaz) Nor Berle contributed L and L. diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index 3c1d698..ad0789f 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -61,7 +61,7 @@ object construction. The builder feature provides an inheritable and role-composable way to provide a default attribute value. -=item L - Operator overloading, subtypes, and coercion +=item L Demonstrates using operator overloading, coercion, and subtypes to model how eye color is determined during reproduction. diff --git a/lib/Moose/Cookbook/Basics/Recipe9.pod b/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod similarity index 98% rename from lib/Moose/Cookbook/Basics/Recipe9.pod rename to lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod index 5e2d444..1d660df 100644 --- a/lib/Moose/Cookbook/Basics/Recipe9.pod +++ b/lib/Moose/Cookbook/Basics/Genome_OverloadingSubtypesAndCoercion.pod @@ -1,4 +1,4 @@ -package Moose::Cookbook::Basics::Recipe9; +package Moose::Cookbook::Basics::Genome_OverloadingSubtypesAndCoercion; # ABSTRACT: Operator overloading, subtypes, and coercion