also mention MX::NM:IO
Karen Etheridge [Tue, 8 Feb 2011 01:07:00 +0000 (17:07 -0800)]
lib/Moose/Cookbook/Basics/Recipe11.pod

index 932bf99..6fcd3b1 100644 (file)
@@ -59,7 +59,7 @@ use Test::Requires {
 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>.
+something funkier, you should check out L<MooseX::NonMoose::InsideOut> and L<MooseX::InsideOut>.
 
 The meat of this recipe is contained in L<MooseX::NonMoose>, which does all
 the grunt work for you.