Revision history for Module-Patch

0.06    2012-07-13 (SHARYANTO)

        [ENHANCEMENTS]

        - Error messages are now more helpful, include suggestions on how to
          remedy situation.

        [BUG FIXES]

        - Forgot to update internal data on unimport(), this caused force
          loading multiple patch modules to fail.


0.05    2012-07-12 (SHARYANTO)

        [ENHANCEMENTS]

        - Add -load_target option, defaults to true (so you no longer have to
          'use' target module first before 'use'-ing the patch module).


0.04    2012-07-12 (SHARYANTO)

        [ENHANCEMENTS]

        - Check existence of target subroutines.

        - Allow regex in version specification.


0.03    2012-04-03 (SHARYANTO)

        - Fix conflict checking.

        - Add some tests.


0.02    2012-04-03 (SHARYANTO)

        - Support 'config' for per-patch-module configuration (see
          LWP::UserAgent::patch::https_hard_timeout for example).


0.01    2012-04-03 (SHARYANTO)

        First release. No tests yet.