/usr/local/CPAN/Statistics-Contingency/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Statistics::Contingency',
          'VERSION_FROM' => 'Contingency.pm',
          'PREREQ_PM' => {
                           'Params::Validate' => '0.23',
                           'Test' => '0'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;