Author: allison Date: Tue Mar 27 23:03:28 2007 New Revision: 17805 Modified: trunk/docs/pdds/draft/pdd15_objects.pod
Log: [pdd]: Quick consistency fix for I/O PDD from jonathan++ Modified: trunk/docs/pdds/draft/pdd15_objects.pod ============================================================================== --- trunk/docs/pdds/draft/pdd15_objects.pod (original) +++ trunk/docs/pdds/draft/pdd15_objects.pod Tue Mar 27 23:03:28 2007 @@ -286,7 +286,13 @@ =item add_method -Adds a method to the class. +Adds a method to the class. It takes a simple string name and a method +PMC. If the method already exists (and isn't a Multi) it will replace +the method with the new method and throw a warning. + +It also takes slurpy named parameters to flag whether the method is a +vtable method, and whether its anonymous (no named entry as a method, +only as a vtable). =item methods