From 5af1404049c0b3e6110868712d172c9feac2feff Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 29 Apr 2009 17:29:39 -0500 Subject: more accurate description of moose's instance choice --- lib/MooseX/NonMoose.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index 5e3c07e..62bf0d5 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -93,7 +93,7 @@ subclass of a class whose constructor does strict argument checking. =over 4 =item * The reference that the non-Moose class uses as its instance type B -match the instance type that Moose is using (currently, Moose only supports +match the instance type that Moose is using (currently, Moose defaults to hashref based instances). =item * Arguments passed to the constructor will be passed as-is to the -- cgit v1.2.3-54-g00ecf