From: Dave Rolsky Date: Thu, 12 Feb 2009 16:59:47 +0000 (+0000) Subject: Some more pod fixlets X-Git-Tag: 0.69~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8efdbb915f330a8dc2f52d6aedb376258f9edc6b;p=gitmo%2FMoose.git Some more pod fixlets --- diff --git a/lib/Moose/Cookbook/Extending/Recipe2.pod b/lib/Moose/Cookbook/Extending/Recipe2.pod index 92db754..482b291 100644 --- a/lib/Moose/Cookbook/Extending/Recipe2.pod +++ b/lib/Moose/Cookbook/Extending/Recipe2.pod @@ -49,8 +49,8 @@ Obviously, a real debugging role would do something more interesting, but this recipe is all about how we apply that role. In this case, with the combination of L and -L, we ensure that when a module does "S", it automatically gets the debugging role applied +L, we ensure that when a module does C>, it automatically gets the debugging role applied to its base object class. There are a few pieces of code worth looking at more closely.