The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Dist-Zilla-Plugin-DualLife

0.05      2015-08-03 02:46:08Z
          - use Module::Metadata to extract the package name of the main
            module, rather than deriving it from the distribution name
          - bump prereq on Module::CoreList, to ensure it is new enough to be
            aware of all relevant core releases
          - fix checks for module not being dual-lifed at all
          - configuration variables are now included in distribution metadata

0.04      2014-11-02 19:42:43Z
          - do nothing if the version the module entered core is late enough
            that no special action is needed
          - calculate 'entered_core' parameter from Module::CoreList, rather
            than assuming 5.009005
          - build fails if module is not dual-life at all

0.03      2013-08-30 16:20:05Z
          - Document entered_core (David Golden).
          - Add support for distributions bundled with ExtUtils::MakeMaker
            (David Golden).

0.02      2013-07-10 13:37:01Z
          - Make the version the module first entered the core configurable
            (David Golden).

0.01      2010-12-15 18:03:13Z
          - Initial release.