From ffa87f12e2999ab231c79bd1c87276cd22cf3385 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 29 Apr 2011 18:05:42 -0500 Subject: allow this to work with arbitrarily named constructors --- lib/MooseX/NonMoose.pm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/MooseX/NonMoose.pm') diff --git a/lib/MooseX/NonMoose.pm b/lib/MooseX/NonMoose.pm index eba9ea9..1bd29ee 100644 --- a/lib/MooseX/NonMoose.pm +++ b/lib/MooseX/NonMoose.pm @@ -81,14 +81,6 @@ sub init_meta { $package->$init_meta(@_); } -=head1 TODO - -=over 4 - -=item * Allow for constructors with names other than C. - -=back - =head1 BUGS/CAVEATS =over 4 @@ -106,10 +98,6 @@ C (i.e. using C) currently doesn't work, although using method modifiers on the constructor should work identically to normal Moose classes. -=item * C currently assumes in several places that the -superclass constructor will be called C. This may be made configurable -in the future. - =back Please report any bugs through RT: email -- cgit v1.2.3-54-g00ecf