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