From: Stevan Little Date: Sun, 7 Aug 2005 18:47:42 +0000 (+0000) Subject: adding a TODO list X-Git-Tag: 0_05~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=15eeb54663d0f4feb47ed73b9a4755f0efdf5d3a;p=gitmo%2FClass-C3.git adding a TODO list --- diff --git a/lib/Class/C3.pm b/lib/Class/C3.pm index 7e9aa31..cec9038 100644 --- a/lib/Class/C3.pm +++ b/lib/Class/C3.pm @@ -228,6 +228,29 @@ and proves useful in the I, I will most likely be supporting mod_per =back +=head1 TODO + +=over 4 + +=item More tests + +You can never have enough tests :) + +I need to convert the other MRO and class-precendence-list related tests from the Perl6-MetaModel (see link +in L). In addition, I need to add some method checks to these tests as well. + +=item call-next-method / NEXT:: / next METHOD + +I am contemplating some kind of psudeo-package which can dispatch to the next most relevant method in the +MRO. This should not be too hard to implement when the time comes. + +=item recalculateMRO + +This being Perl, it would be remiss of me to force people to close thier classes at runtime. So I need to +develop a means for recalculating the MRO for a given class. + +=back + =head1 SEE ALSO =head2 The original Dylan paper