Revision history for Syntax::Highlight::Perl6.

0.023 Dec 13 2008
    - Added 23 tests
    - POD fixes, diagrams, ..etc
    - Removed a unicode wide-char
    - parse_trees() method now returns the correct array of records
 
0.022 Dec 12 2008
    - Fixed Makefile.PL so that META.yml is generated automatically

0.021 Dec 12 2008
    - META.yml is now copied correctly in 'make dist'

0.02 Dec 12 2008
    - Refactored ugly File::Spec->joins and inlining of js/css code.
    - 'clean_html' option is now 'inline_resources'
    - Added option 'resource_url' to prefix resources when externalized
    - 'file' option is now called 'page_title'
    - Refactored strings into 'use constant'-s
    - Refactored reading css and ansi files code
    - No more die-ing just croak-ing ;-)
    - Removed dependency on YAML::Dumper added by mistake
    - LazyMap.pm -> LazyMap.pmc and updated MANIFEST
    - Updated POD documentation

0.01_01  Dec 12 2008
    - Bumped version to 0.01_01 (Developer release)
    - Privatized some methods that you should not use
    - Removed dependency on File::Slurp and YAML::Dumper
    - Replaced yaml() method with parse_trees
    - Renamed ansi() method with ansi_text
    - Major refactoring and documentation fixes

0.01  Dec 11 2008
	- Initial release (really alpha)