/usr/local/CPAN/Config-Merge/Makefile.PL


# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Config::Merge',
          'VERSION_FROM' => 'lib/Config/Merge.pm',
          'PREREQ_PM' => {
                           'Config::Any' => '0.07',
                           'File::Spec' => 0,
                           'Storable' => 0,
                           'Test::More' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;