/usr/local/CPAN/MooseX-Param/Makefile.PL


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