summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2009-05-06 17:27:19 -0500
committerJesse Luehrs <doy@tozt.net>2009-05-06 17:27:19 -0500
commita1c254ace25c195253fe642cc26b12f7945dbb8c (patch)
tree98fea313346029b38fc062c327ff110c22958595 /lib
parentecb22620b5015884ca97db98a4247d89f5d3e2c7 (diff)
downloadmoosex-nonmoose-a1c254ace25c195253fe642cc26b12f7945dbb8c.tar.gz
moosex-nonmoose-a1c254ace25c195253fe642cc26b12f7945dbb8c.zip
remove the FOREIGNBUILDARGS part under CAVEATS
Diffstat (limited to 'lib')
-rw-r--r--lib/MooseX/NonMoose.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm
index 5f66ffe..4bea095 100644
--- a/lib/MooseX/NonMoose.pm
+++ b/lib/MooseX/NonMoose.pm
@@ -106,11 +106,6 @@ sub init_meta {
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
-superclass constructor - there is currently no BUILDARGS-like munging available
-for this step (BUILDARGS is still available to munge the argument list that
-Moose sees).
-
=item * Completely overriding the constructor in a class using
C<MooseX::NonMoose> (i.e. using C<sub new { ... }>) currently doesn't work,
although using method modifiers on the constructor should work identically to