Author: lwall Date: 2009-11-02 19:08:20 +0100 (Mon, 02 Nov 2009) New Revision: 28975
Modified: docs/Perl6/Spec/S10-packages.pod Log: [S10] install note about rapid fossilization of package CANDO section Modified: docs/Perl6/Spec/S10-packages.pod =================================================================== --- docs/Perl6/Spec/S10-packages.pod 2009-11-02 16:41:09 UTC (rev 28974) +++ docs/Perl6/Spec/S10-packages.pod 2009-11-02 18:08:20 UTC (rev 28975) @@ -151,6 +151,9 @@ =head1 Autoloading +[Note: neither multisubs nor multimethods dispatch to package routines +anymore, so this section will need revision/excision.] + A package (or any other similar namespace) can control autoloading. However, PerlĀ 5's C<AUTOLOAD> is being superseded by MMD autoloaders that distinguish declaration from definition, but are not restricted