/usr/local/CPAN/Config-Simple-Inherit/Makefile.PL


use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME                => 'Config::Simple::Inherit',
    AUTHOR              => 'Hugh Esco <hesco@campaignfoundations.com>',
    VERSION_FROM        => 'lib/Config/Simple/Inherit.pm',
    ABSTRACT_FROM       => 'lib/Config/Simple/Inherit.pm',
    PL_FILES            => {},
   'PREREQ_PM' => {
  'Text::ParseWords' => 0,
    'Config::Simple' => 0,
      'Data::Dumper' => 0,
        'Test::Deep' => 0,
        'Test::More' => 0,
              'Test' => 0,
         'UNIVERSAL' => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Config-Simple-Inherit-*' },
);