Revision history for Perl module Pod::WikiDoc

0.12 Sat Sep 24 09:17:56 EDT 2005
    - Removed Makefile.PL and using Build.PL only as the  Makefile can't
      support the dynamic build and doc process and users installing with it
      would see failures
    - Fixed dependency list in documentation
    - Various documentation tweaks and clarifications

0.11 Fri Sep 23 17:16:13 EDT 2005
    - Added Text::Balanced to Build.PL requires
    - Fixed typo in package name in Cookbook.pm
    - Tweaked doc phrasing for Pod::WikiDoc::Parser
    - Appended grammar to Pod::WikiDoc::Parser Pod file
    - Stubbed README (wasn't being generated properly)

0.10 Fri Sep 23 09:46:42 EDT 2005
    - basic wikidoc format section extraction
    - basic block formatting (header, paragraph, verbatim, lists)
    - basic inline formattting (bold, italic, link, code)
    - link formatting with or without link text
    - special symbols "<>|/" automatically escaped in generated Pod
    - format nesting
    - wikidoc comment-blocks ("### " indicates wikidoc)