Changes between Version 3 and Version 4 of DocsTasklist
- Timestamp:
- 11/24/09 21:11:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DocsTasklist
v3 v4 3 3 4 4 * 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) 5 7 6 8 * Find all examples of PIR embedded in Pod documentation anywhere in the repository, and wrap them in PIR target blocks like this: … … 20 22 For 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. 21 23 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. 23 25 24 26