The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Release Notes:
v0.99_21 - Release Candidate  1 (2011-12-13)
    Changes
        Fixed some issues with supporting POD
        Did some code cleanup

v0.99_11 - Beta Release 1 (unreleased)
    New Features
        Added basic support for POD

v0.99_03 - Alpha Release 3 (unreleased)
    Changes
        Fixed issues with VERSION harvesting, short filenames, windows paths, spacing around
            method and function names etc.  Thanks to Hoppfrosch (hoppfrosch at gmx littledot de)
            for the patch and suggestions
        Cleaned up state machine and added ability to keep track or previous states
        Integrated Log4perl debugging
    New Features
        Started adding support for POD processing
        
v0.99_02 - Alpha Release 2 (2011-10-25)
    Changes
        Lots of code clean up
        Added support for the following structural indicators
            @class
            @section
            @subsection
            General comments with a @brief
        Fixed the output so that additional comments like @section blocks show up 
            correctly and in the right place.
            
v0.99_01 - Initial Alpha Release (2011-10-21)
    Differences from DoxyGenFilter
        This represents a complete rewrite of the code and attempts to provide 
        a frame work from which we can greatly expand the functionality over time.
        We also build up a document object of the code that allows us to pull things
        in from various places and relate them all correctly. 
    New Features
        We current support the following doxygen structural indicators
            @file
            @fn (@function and @method)
        All section indicators should work under each structural indicators that we support
        Verbatim formatting keeps comment "#" tags
        We use the VERSION variable from the code in the file output definition
        The @method and @function documentation blocks can reside inside or outside
            the actual subroutines that they are tied to.
    Known Issues
        POD support is not yet included
        Only two structural indicators are currently supported - more to com