Author: particle Date: Thu Apr 5 07:19:21 2007 New Revision: 17999 Modified: trunk/src/pmc/exporter.pmc
Log: [pmc]: update Exporter documentation based on draft guidelines Modified: trunk/src/pmc/exporter.pmc ============================================================================== --- trunk/src/pmc/exporter.pmc (original) +++ trunk/src/pmc/exporter.pmc Thu Apr 5 07:19:21 2007 @@ -9,7 +9,8 @@ =head1 DESCRIPTION Exports globals from one namespace to another. Exporter always uses -the typed namespace interface, as outlined in B<PDD21>. +the typed namespace interface, as outlined in +F<docs/pdds/pdd21_namespaces.pod>. Exporter is not derived from any other PMC, and does not provide any standard interface--its inteface consists solely of non-vtable methods. @@ -331,6 +332,11 @@ =back +=head1 STABILITY + +Unstable. This PMC is under active development; major portions of the +interface have not yet been completed. + =head1 SEE ALSO F<docs/pdds/pdd17_basic_types.pod>, F<docs/pdds/pdd21_namespaces.pod>.
