Revision history for Dist-Zilla-Plugin-ModuleBuildTiny-Fallback
0.017 2015-06-11 03:53:35Z
- fix new test that breaks with older Build.PL-providing plugins
that did not create Build.PL at file gathering time
0.016 2015-06-10 04:20:18Z
- if PERL_MB_FALLBACK_SILENCE_WARNING is set, do not sleep after
"showing" the silenced warning
- if another plugin added content at the head of Build.PL, it is
preserved at the head when we wrap the remaining content with new
code
0.015 2015-01-24 06:37:33Z
- remove the noisy "Congratulations!" in Build.PL when the
installation environment is properly configured
0.014 2014-11-14 03:19:43Z
- and another (sigh)
0.013 2014-11-14 01:24:36Z
- avoid more test failures with older [ModuleBuildTiny]
0.012 2014-11-12 05:34:24Z
- avoid test failure with older [ModuleBuildTiny]
0.011 2014-11-11 06:45:37Z
- now checks if all configure prereqs are installed, not just
Module::Build::Tiny
- warn the user if something else added content to Build.PL,
which might make it not a good idea to use this plugin
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.