From: Karen Etheridge Date: Tue, 8 Feb 2011 01:07:00 +0000 (-0800) Subject: also mention MX::NM:IO X-Git-Tag: 1.9903~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a68c47daac629d1921c477b9284aa850cab7a3cb;p=gitmo%2FMoose.git also mention MX::NM:IO --- diff --git a/lib/Moose/Cookbook/Basics/Recipe11.pod b/lib/Moose/Cookbook/Basics/Recipe11.pod index 932bf99..6fcd3b1 100644 --- a/lib/Moose/Cookbook/Basics/Recipe11.pod +++ b/lib/Moose/Cookbook/Basics/Recipe11.pod @@ -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. +something funkier, you should check out L and L. The meat of this recipe is contained in L, which does all the grunt work for you.