summaryrefslogtreecommitdiffstats
path: root/lib/MooseX/NonMoose.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2011-04-29 18:05:42 -0500
committerJesse Luehrs <doy@tozt.net>2011-04-29 18:05:42 -0500
commitffa87f12e2999ab231c79bd1c87276cd22cf3385 (patch)
tree86df8f938d40925c91494609993fb62f951a9714 /lib/MooseX/NonMoose.pm
parentdcbef0c5087b132303acb7d57184aeb84ff6cce0 (diff)
downloadmoosex-nonmoose-ffa87f12e2999ab231c79bd1c87276cd22cf3385.tar.gz
moosex-nonmoose-ffa87f12e2999ab231c79bd1c87276cd22cf3385.zip
allow this to work with arbitrarily named constructors
Diffstat (limited to 'lib/MooseX/NonMoose.pm')
-rw-r--r--lib/MooseX/NonMoose.pm12
1 files changed, 0 insertions, 12 deletions
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<new>.
-
-=back
-
=head1 BUGS/CAVEATS
=over 4
@@ -106,10 +98,6 @@ C<MooseX::NonMoose> (i.e. using C<sub new { ... }>) currently doesn't work,
although using method modifiers on the constructor should work identically to
normal Moose classes.
-=item * C<MooseX::NonMoose> currently assumes in several places that the
-superclass constructor will be called C<new>. This may be made configurable
-in the future.
-
=back
Please report any bugs through RT: email