[perl #62634] [PATCH] Minor doc change in pmc.ops - PDD02 superseded
[email protected] (Ron Schmidt) Thu, 22 Jan 2009 08:14:07 -0800
| Newsgroups | perl.perl6.internals |
|---|---|
| Message-ID | <[email protected]> |
# New Ticket Created by Ron Schmidt # Please include the string: [perl #62634] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62634 > The documentation on line 51 of src/ops/pmc.ops still refers to PDD02 which has been superseded. Recommending patch below: Index: src/ops/pmc.ops =================================================================== --- src/ops/pmc.ops (revision 35872) +++ src/ops/pmc.ops (working copy) @@ -48,7 +48,7 @@ new P0, 'ResizableBooleanArray' Optionally a PMC may be passed to the constructor. It's up to the class what -to do with the intializer. See PDD02 for more. +to do with the intializer. See PDD17 and the init_pmc function for more. =cut Ron