Mention MX::NonMoose
Dave Rolsky [Thu, 30 Apr 2009 03:29:08 +0000 (22:29 -0500)]
lib/Moose/Cookbook/Basics/Recipe12.pod

index 3ad3282..1a44f67 100644 (file)
@@ -58,11 +58,14 @@ Moose::Cookbook::Basics::Recipe12 - Extending a non-Moose base class
 
 =head1 DESCRIPTION
 
-This recipe demonstrates  how to use Moose to  subclass a parent which
-is not Moose based. This recipe  only works if the parent class uses a
-blessed hash reference  for object instances. If your  parent is doing
+This recipe demonstrates how to use Moose to subclass a parent which
+is not Moose based. This recipe only works if the parent class uses a
+blessed hash reference for object instances. If your parent is doing
 something funkier, you should check out L<MooseX::InsideOut>.
 
+You might also want to check out L<MooseX::NonMoose>, which does all
+the grunt work for you.
+
 There are a couple pieces worth noting:
 
   use Moose;