summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-04-29 17:29:39 -0500
committerJesse Luehrs <doy@tozt.net>2009-04-29 17:29:39 -0500
commit5af1404049c0b3e6110868712d172c9feac2feff (patch)
tree833c99ddcbbc603e73d4c55d980794f97e09374e /lib/MooseX/NonMoose.pm
parenta800cf6a2c3e223b2ae4264fde3be991d19a346b (diff)
downloadmoosex-nonmoose-5af1404049c0b3e6110868712d172c9feac2feff.tar.gz
moosex-nonmoose-5af1404049c0b3e6110868712d172c9feac2feff.zip
more accurate description of moose's instance choice
Diffstat (limited to 'lib/MooseX/NonMoose.pm')
-rw-r--r--lib/MooseX/NonMoose.pm2
1 files changed, 1 insertions, 1 deletions
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<must>
-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