Revision history for Perl extension Perl6::Pod.
TODO:
    - Formatting codes
    - Items

0.15  07.04.2010
    + handle :allow attribute
0.14 
    + implement =table
0.13
    + implement :formatted
0.12
    + implement :like
0.11
    +fix depends
0.10
    +add souce filter for perl5 scripts
    +fix docbook TERM
0.9
    + use utf8 for open 
    + [fix] L<name|link>
0.8
    + fix tests
0.7
    + add L<> schemes and tests
0.6
    + add lists tests
    + fix format codes in lists
0.5
    + base support of formatting codes
    + pod6xhtml: add css option
    + imporove XHTML formatter
0.4
    + =code, =para blocks
    + =format block ( pass text to particular formatters: xhtml, xml, docbook)
    + =pod block ( supprt ordinary and verbatim paragrapths )
    
0.3
    + xhtml formatter
    + itemlists : ordered, unordered and definitions (without nesting)
	in dokbook, xhtml
    + scripts/pod6xhtml - convert pod to xhtml
    + add tests

0.02_2
    + fix depends
0.02_1
    + add docbook formater
    + scripts/pod6docbook - convert pod to docbook
    + add test
    + support lists
    + generate id attribute

0.01_03
    + add levels of headers
    + pod6xml  - utility fot convert Perl pod to XML
    + To::XML - add namespace for extra attrs
    + add To::Mem formatter for use in tests
    + implement M<> ( custom formatting codes)
0.01_02
    + implement =comment, =use, =config
    + paragraph text of block_data can be modifyed before parse FormattingCodes
       ( Perl6::Pod::Block::on_para)
    + fix package deps and tests

0.01_01
    + developer release of Perl6::Pod suite