From: Dave Rolsky Date: Sat, 11 Feb 2012 20:36:39 +0000 (-0600) Subject: Rename Extending::Recipe1 to Extending::ExtensionOverview X-Git-Tag: 2.0500~59 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b788714ad2de1f111813f010c0015db6ed4d471;p=gitmo%2FMoose.git Rename Extending::Recipe1 to Extending::ExtensionOverview --- diff --git a/lib/Moose.pm b/lib/Moose.pm index e435af9..568bdd7 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -870,7 +870,7 @@ to work. Here is an example: To learn more about extending Moose, we recommend checking out the "Extending" recipes in the L, starting with -L, which provides an overview of +L, which provides an overview of all the different ways you might extend Moose. L and L are the modules which provide the majority of the extension functionality, so reading their documentation should also be helpful. diff --git a/lib/Moose/Cookbook.pod b/lib/Moose/Cookbook.pod index d834eb2..6d400e9 100644 --- a/lib/Moose/Cookbook.pod +++ b/lib/Moose/Cookbook.pod @@ -170,7 +170,7 @@ if you plan to write your own C module. =over 4 -=item L - Moose extension overview +=item L There are quite a few ways to extend Moose. This recipe provides an overview of each method, and provides recommendations for when each is diff --git a/lib/Moose/Cookbook/Extending/Recipe1.pod b/lib/Moose/Cookbook/Extending/ExtensionOverview.pod similarity index 99% rename from lib/Moose/Cookbook/Extending/Recipe1.pod rename to lib/Moose/Cookbook/Extending/ExtensionOverview.pod index 35d8ec9..408942b 100644 --- a/lib/Moose/Cookbook/Extending/Recipe1.pod +++ b/lib/Moose/Cookbook/Extending/ExtensionOverview.pod @@ -1,4 +1,4 @@ -package Moose::Cookbook::Extending::Recipe1; +package Moose::Cookbook::Extending::ExtensionOverview; # ABSTRACT: Moose extension overview diff --git a/lib/Moose/Cookbook/Extending/Recipe4.pod b/lib/Moose/Cookbook/Extending/Recipe4.pod index 0509279..1e351c4 100644 --- a/lib/Moose/Cookbook/Extending/Recipe4.pod +++ b/lib/Moose/Cookbook/Extending/Recipe4.pod @@ -36,9 +36,10 @@ __END__ =head1 DESCRIPTION This recipe expands on the use of L we saw in -L and the class metaclass trait we saw in -L. In this example we provide our -own metaclass trait, and we also export a C sugar function. +L and the class metaclass trait +we saw in L. In this example we +provide our own metaclass trait, and we also export a C sugar +function. The C parameter specifies a list of functions that should be wrapped before exporting. The wrapper simply ensures that the