The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
0.04    4 June 2012
        Always exit with failure if there is an internal error (instead of
        useing -die-, which would get hidden by the eval).

0.03    4 June 2012
        Added support for "default" setting, so additional runs of Makefile.PL
        without code version, will keep using the one that was last seen.
        Made sure that we will never overwrite any files when switching
        between states.  Also added test-suite.

0.02    2 June 2012
        Fixed problem with "die" not exiting the script if called inside an
        eval.  Also made sure the line number mentioned is correct, when it
        is impossible to run "blead" on the version of perl given.

0.01    1 June 2012
        First version of Devel::MaintBlead.  No real tests yet.