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.4007
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'Test::Run::CmdLine',
  'VERSION_FROM' => 'lib/Test/Run/CmdLine.pm',
  'PREREQ_PM' => {
                   'Moose' => 0,
                   'MooseX::Getopt' => '0.26',
                   'MooseX::Getopt::Basic' => 0,
                   'Test::More' => 0,
                   'Test::Run::Core' => '0.0126',
                   'Test::Trap' => 0,
                   'UNIVERSAL::require' => 0,
                   'YAML::XS' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/runprove'
                 ],
  'PL_FILES' => {}
)
;