Changes between Version 3 and Version 4 of DocsTasklist

Show
Ignore:
Timestamp:
11/24/09 21:11:52 (12 years ago)
Author:
allison
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DocsTasklist

    v3 v4  
    33 
    44 * Create a tutorial for Parrot (can be pulled in from various tutorials on the web) 
     5 
     6 * Separate documentation by purpose: inline documentation is implementation details, PDDs are architectural overview, documentation is for users (Some discussion http://irclog.perlgeek.de/parrotsketch/2009-11-17#i_1742170) 
    57 
    68 * Find all examples of PIR embedded in Pod documentation anywhere in the repository, and wrap them in PIR target blocks like this: 
     
    2022For now, only do this with PIR examples that contain complete subs and are expected to work. Partial examples can be wrapped with PIR_FRAGMENT instead. Examples that aren't expected to work can be wrapped in PIR_INVALID or PIR_FRAGMENT_INVALID, and examples that should work but currently don't can be wrapped in PIR_TODO or PIR_FRAGMENT_TODO. 
    2123 
    22 * For bonus points, run {{{t/examples/pod.t}}} after you do this and fix any errors this finds in the sample PIR. 
     24 * For bonus points, run {{{t/examples/pod.t}}} after you do this and fix any errors this finds in the sample PIR. 
    2325 
    2426