Changes

0.023 2009.1.6
    - Added the lex cache directory cleanup option

0.022 2009.1.5
    - Added S29 function documentation calltips
    - F2 now launches the S29 documentation in your default browser
    - requires Syntax::Highlight::Perl6 0.0297
    - requires Padre 0.24

0.021 2009.1.5
    - S29 function documentation when you hit F2 over a function (or a word)

0.020 2009.1.4
    - Fixed plugin to work with AdamK's r2436 refactoring.

0.019 2009.1.3
    - Implemented manual refresh and selective of Perl 6 syntax highlighter.

0.018 2009.1.3
    - Fixed missing dependency on IPC::Run
    - Added tests

0.017 2009.1.3
    - Fixed syntax check to work again with Padre-Plugin-Perl6
    - More stable, one thread solution to ticket:194.

0.016 2009.1.3
    - Possible fix to trac ticket:194, Slow Perl6 syntax highlighting

0.015 2009.1.1
    - differentiate between STD warnings and errors in syntax check (ticket:193)
    - Requires S::H::P6 version 0.02962 to fix Class:MOP/Moose win32 
    installation failures.

0.014 2008.12.28
    - export html now asks the user if he/she wants to open the HTML in the default browser
    - Requires Syntax::Highlight::Perl6 version 0.02961

0.013 2008.12.24
    - Added a menu separator before About menu item in Padre::Plugin::Perl6
    - Another message typo fix in Padre::Document::Perl6
    - Show an error message box in the following situations: 
        - exporting a non-Perl6 file 
        - STD.pm parsing error occurs

0.012 2008.12.22
    - Added Perl6 Syntax checking.
    - Handled newlines for Mac/Unix and Win platforms in export feature.
    - Added Export simple, snippet and full HTML.

0.011 2008.12.21
    - Source cleanup and POD fixes.

0.01  2008.12.20
    - Initial release to CPAN
    - Support keyword scintilla auto completion
    - Supports Perl6 highlighting via Syntax::Highlight::Perl6
    - Moving out from the Padre source code