Revision history for Perl6-Perldoc 0.0.1 Wed Feb 14 13:53:15 2007 Initial release. 0.0.2 Fri Apr 13 00:04:20 2007 No changes logged 0.0.3 Fri Apr 13 20:30:47 2007 - Fixed test suite (Removed YAML dependency; Instead of line-by-line comparison of serializations, the tests now walk the expected and actual DOM representations in parallel, comparing node values via the objects' accessor methods; This version of the test suite could easily be adapted to any implementation of Pod parsing. Look at the 'make_tests' program and the 't_source' directory to see how the tests are now declaratively specified and auto-generated. ) - Added missing style() accessor method - Fixed handling (and on-the-fly creation) of =headN and =itemN classes - Numerous other minor fixes pointed out by new test suite 0.0.4 Fri Apr 20 12:03:05 2007 - Fixed bleadperl support for on-the-fly carping and croaking (thanks Aevar) - Added tests for diagnostics - Added filtering kludge for Windows-style newlines (thanks Thom) - Changed "missing =itemN" from error to warning - Added Filter::Simple dependency (thanks Dave) - Added support for P for inserting tables-of-contents - Numerous documentation tweaks - Vastly improved robustness of XHTML translation of internal links - Numerous fixes to XHTML conformance errors: * Removed spurious from definition item generation * fixed closing of tags * balanced all .. tags - Made XHTML strict conforming: * Quoted value in
  • * s{
    }{
    }g - Added 'full_doc' option to XHTML translator (thanks Nick)