Subject: | t/03-dump_config.t fails (because of Dist::Zilla::Plugin::MakeMaker::Awesome 0.35) |
t/03-dump_config.t started to fail, and statistical analysis suggests that Dist::Zilla::Plugin::MakeMaker::Awesome 0.35 is causing the failure:
# Failed test 'config is properly included in metadata'
# at t/03-dump_config.t line 37.
# Comparing $data->{"x_Dist_Zilla"}{"plugins"} as a SuperSet
# Missing: 1 reference
# got distmeta: {
# 'abstract' => 'Sample DZ Dist',
# 'author' => [
# 'E. Xavier Ample <example@example.org>'
# ],
# 'dynamic_config' => 0,
# 'generated_by' => 'Dist::Zilla::Tester version 5.039',
# 'license' => [
# 'perl_5'
# ],
# 'meta-spec' => {
# 'url' => 'http://search.cpan.org/perldoc?CPAN::Meta::Spec',
# 'version' => 2
# },
# 'name' => 'DZT-Sample',
# 'prereqs' => {
# 'configure' => {
# 'requires' => {
# 'Module::Build::Tiny' => '0.034'
# }
# }
# },
# 'release_status' => 'stable',
# 'version' => '0.001',
# 'x_Dist_Zilla' => {
# 'perl' => {
# 'version' => '5.018004'
# },
# 'plugins' => [
# {
# 'class' => 'Dist::Zilla::Plugin::GatherDir',
# 'config' => {
# 'Dist::Zilla::Plugin::GatherDir' => {
# 'exclude_filename' => [],
# 'exclude_match' => [],
# 'follow_symlinks' => 0,
# 'include_dotfiles' => 0,
# 'prefix' => '',
# 'prune_directory' => [],
# 'root' => '.'
# }
# },
# 'name' => 'GatherDir',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::ModuleBuildTiny',
# 'config' => {
# 'Dist::Zilla::Role::TestRunner' => {
# 'default_jobs' => 1
# }
# },
# 'name' => 'ModuleBuildTiny',
# 'version' => '0.014'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::MakeMaker::Fallback',
# 'config' => {
# 'Dist::Zilla::Plugin::MakeMaker::Awesome' => {
# 'version' => '0.35'
# },
# 'Dist::Zilla::Role::TestRunner' => {
# 'default_jobs' => 1
# }
# },
# 'name' => 'MakeMaker::Fallback',
# 'version' => '0.020'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::MetaConfig',
# 'name' => 'MetaConfig',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':InstallModules',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':IncModules',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':TestFiles',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':ExtraTestFiles',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':ExecFiles',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':PerlExecFiles',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':ShareFiles',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':MainModule',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':AllFiles',
# 'version' => '5.039'
# },
# {
# 'class' => 'Dist::Zilla::Plugin::FinderCode',
# 'name' => ':NoFiles',
# 'version' => '5.039'
# }
# ],
# 'zilla' => {
# 'class' => 'Dist::Zilla::Tester::_Builder',
# 'config' => {
# 'is_trial' => '0'
# },
# 'version' => '5.039'
# }
# }
# }
# got log messages: [
# '[DZ] beginning to build DZT-Sample',
# '[GatherDir] considering .',
# '[GatherDir] considering dist.ini',
# '[GatherDir] considering lib',
# '[GatherDir] considering lib/Foo.pm',
# '[GatherDir] adding file dist.ini',
# '[GatherDir] adding file lib/Foo.pm',
# '[ModuleBuildTiny] adding file Build.PL',
# '[MakeMaker::Fallback] adding file Makefile.PL',
# '[ModuleBuildTiny] updating contents of Build.PL in memory',
# '[MakeMaker::Fallback] setup_installer',
# '[MakeMaker::Fallback] updating contents of Makefile.PL in memory',
# '[DZ] writing DZT-Sample in /home/cpansand/.cpan/build/2015092009/Dist-Zilla-Plugin-MakeMaker-Fallback-0.020-DlKq38/tmp/oxTKQ9PR99/build'
# ]
# Looks like you failed 1 test of 2.
t/03-dump_config.t .....
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests