Changes between Initial Version and Version 1 of DocsTasklist

Show
Ignore:
Timestamp:
03/20/09 01:39:12 (13 years ago)
Author:
coke
Comment:

add a cage docs task.

Legend:

Unmodified
Added
Removed
Modified
  • DocsTasklist

    v1 v1  
     1Find all examples of PIR embedded in POD documentation anywhere in the repository, and wrap them in PIR target blocks like this: 
     2 
     3 
     4{{{ 
     5=begin PIR 
     6      
     7 .sub main :main 
     8    'MySub'("name" => "Bob", "age" => 42)    # Same! 
     9 .end 
     10   
     11=end PIR 
     12 
     13}}} 
     14 
     15For bonus points, run {{{t/examples/pod.t}}} after you do this and fix any errors this finds in the sample PIR. 
     16 
     17For now, only do this with PIR examples that contain complete subs and are expected to work.