Changes between Version 1 and Version 2 of VerifyExamples

Show
Ignore:
Timestamp:
05/18/09 14:35:40 (13 years ago)
Author:
coke
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VerifyExamples

    v1 v2  
    1 Create the page.  (just testing) 
     1 
     2All the example PIR/PASM code that appears in Pod comments through the app should be tested, as should all the code in the top level examples directory. 
     3 
     4While not run by default, you can verify these with: 
     5 
     6{{{ 
     7$ prove -v t/examples 
     8}}} 
     9 
     10To see how to markup POD so the examples are testable, see: 
     11 
     12{{{ 
     13$ perldoc t/examples/pod.t 
     14}}} 
     15 
     16The goal should be to eventually have no _INVALID targets, and to have a small (tending to none) number of _TODO targets. 
     17 
     18There shouldn't be any sample PIR that isn't testing (syntax changes, and we don't want to ship broken sample code.)