The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.4210
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Task::Test::Run::AllPlugins',
  'VERSION_FROM' => 'lib/Task/Test/Run/AllPlugins.pm',
  'PREREQ_PM' => {
                   'Test::More' => 0,
                   'Test::Run::CmdLine' => 0,
                   'Test::Run::CmdLine::Plugin::AlternateInterpreters' => 0,
                   'Test::Run::CmdLine::Plugin::BreakOnFailure' => 0,
                   'Test::Run::CmdLine::Plugin::ColorFileVerdicts' => 0,
                   'Test::Run::CmdLine::Plugin::ColorSummary' => 0,
                   'Test::Run::CmdLine::Plugin::TrimDisplayedFilenames' => 0,
                   'Test::Run::Core' => 0,
                   'Test::Run::Plugin::AlternateInterpreters' => 0,
                   'Test::Run::Plugin::BreakOnFailure' => 0,
                   'Test::Run::Plugin::ColorFileVerdicts' => 0,
                   'Test::Run::Plugin::ColorSummary' => 0,
                   'Test::Run::Plugin::TrimDisplayedFilenames' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;