Revision history for Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
0.010 2014-11-02 05:47:11Z
- keep Build.PL in the file list between phases to allow other
plugins to add to its content
0.009 2014-10-02 04:55:27Z
- more fixes as in 0.008 and 0.007
0.008 2014-09-28 01:59:03Z
- fix test failure caused by unstated assumption that
Dist::Zilla::Role::TestRunner is a very recent version
0.007 2014-09-14 01:36:01Z
- fix breakage caused by unstated assumption that
Dist::Zilla::Role::TestRunner is a very recent version
0.006 2014-09-06 01:18:50Z
- now dumping config data for [MetaConfig], including the configs
used by [ModuleBuild] and [ModuleBuildTiny] (composed by this
plugin)
- ensure 'use strict; use warnings;' remains near the top of
Build.PL, as some plugins use it as a matching point for adding
new content
0.005 2014-06-08 06:12:39Z
- lowered default minimum Module::Build version from 0.3601 to 0.28,
to handle more legacy systems; documented the configuration
options better
0.004 2014-06-06 05:37:01Z
- add 'mb_version', 'mbt_version' options, for specifying the
minimum required version of Module::Build and Module::Build::Tiny
0.003 2014-05-29 21:47:58Z
- skip [ModuleBuild]'s configure_requires declaration, because if
Module::Build is running, the prereqs were being ignored anyway
0.002 2014-05-23 07:47:57Z
- minor doc fixes
- handle some potential future changes to [ModuleBuild],
[ModuleBuildTiny]
0.001 2014-05-22 07:31:17Z
- Initial release.