/usr/local/CPAN/Test-Run-CmdLine/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3607
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.0122',
                           'Test::Trap' => 0,
                           'UNIVERSAL::require' => 0,
                           'YAML::XS' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [
                           'bin/runprove'
                         ],
          'PL_FILES' => {}
        )
;