The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'File::Find::Rule::DirCompare',
          'VERSION_FROM' => 'lib/File/Find/Rule/DirCompare.pm',
          'PREREQ_PM' => {
                           'File::Find::Rule' => '0.3',
                           'File::Touch' => 0,
                           'Params::Util' => '1',
                           'Test::More' => 0,
                           'Text::Glob' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;