Revision history for Inline-Wrapper
------------------------------------------------------------
Legend:
BUG:    An actual found or reported bug fix.
FIX:    Correction toward correct behavior, but unreported.
DOC:    Changes to documentation.
NEW:    New, previously non-existent feature.
------------------------------------------------------------

0.03    Dec 27, 2008
        NEW: Added Inline::Wrapper->unload() method to unload modules, and
            corresponding tests.
        FIX: Corrected behaviour whereby if you load()ed a module, then used
            add_language() to change the file extension, AND the module had
            been set to auto_reload, unless you renamed the underlying file
            also, The Bad Thing(tm) happened.  Phew.
        FIX: Inline::Wrapper::Module->_delete_namespace didn't work.  Fixed.
        FIX: Changed all warn()s to carp()s.  Duh.
        DOC: Updated all docs to new POD style.  Better and easier to follow.

0.02    Dec 27, 2008
        DOC: Put in correct SYNOPSIS ;)  D'oh!

0.01    Dec 27, 2008
        First version, released on an unsuspecting world.