The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
use 5.006;

use ExtUtils::MakeMaker;

WriteMakefile( NAME => 'Config::Find',
               VERSION_FROM => 'lib/Config/Find.pm',
               PREREQ_PM => {'File::Which' => 0,
                             'File::Spec' => 0,
                             'File::HomeDir' => 0 },
               AUTHOR => 'Salvador Fandino <sfandino@yahoo.com>' );