# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'MooseX::Getopt', 'VERSION_FROM' => 'lib/MooseX/Getopt.pm', 'PREREQ_PM' => { 'Getopt::Long' => '2.34', 'Moose' => '0.39', 'Test::Exception' => '0.21', 'Test::More' => '0.62' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [], 'PL_FILES' => {} ) ;