1# Note: this file was auto-generated by Module::Build::Compat version 0.3603
2require 5.007003;
3use ExtUtils::MakeMaker;
4WriteMakefile
5(
6          'PL_FILES' => {},
7          'INSTALLDIRS' => 'site',
8          'NAME' => 'Config::Std',
9          'EXE_FILES' => [],
10          'VERSION_FROM' => 'lib/Config/Std.pm',
11          'PREREQ_PM' => {
12                           'Test::More' => 0,
13                           'version' => 0,
14                           'Class::Std' => 0
15                         }
16        )
17;
18