# New Ticket Created by Will Coleda # Please include the string: [perl #30522] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=30522 >
Adds whitespace to pdd02 so that the list items show up as such.
Index: docs/pdds/pdd02_vtables.pod =================================================================== RCS file: /cvs/public/parrot/docs/pdds/pdd02_vtables.pod,v retrieving revision 1.36 diff -u -r1.36 pdd02_vtables.pod --- docs/pdds/pdd02_vtables.pod 18 May 2004 13:02:58 -0000 1.36 +++ docs/pdds/pdd02_vtables.pod 29 Jun 2004 04:30:35 -0000 @@ -823,8 +823,11 @@ See also F<pdd15_objects.pod>. =item void freeze(INTERP, PMC* self, visit_info* info) + =item void thaw (INTERP, PMC* self, visit_info* info) + =item void thawfinish (INTERP, PMC* self, visit_info* info) + =item void visit (INTERP, PMC* self, visit_info* info) Serialization functions.