From a1c254ace25c195253fe642cc26b12f7945dbb8c Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Wed, 6 May 2009 17:27:19 -0500 Subject: remove the FOREIGNBUILDARGS part under CAVEATS --- lib/MooseX/NonMoose.pm | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib') 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 (i.e. using C) currently doesn't work, although using method modifiers on the constructor should work identically to -- cgit v1.2.3