Author: allison Date: Wed May 30 17:54:17 2007 New Revision: 18697 Modified: trunk/docs/pdds/pdd15_objects.pod
Log: [pdd] Mention the 'name' vtable function in the new object metamodel (since it already exists for all PMC types.) Modified: trunk/docs/pdds/pdd15_objects.pod ============================================================================== --- trunk/docs/pdds/pdd15_objects.pod (original) +++ trunk/docs/pdds/pdd15_objects.pod Wed May 30 17:54:17 2007 @@ -307,6 +307,10 @@ Create an (anonymous) clone of the class. Unset the instantiated flag on the new class. +=item name(string *) + +Returns a simple string name for the class. + =item add_method(string *, method *) Add a method to the class.