# Note: this file was auto-generated by Module::Build::Compat version 0.03 use ExtUtils::MakeMaker; WriteMakefile ( 'NAME' => 'File::Find::Rule', 'VERSION_FROM' => 'lib/File/Find/Rule.pm', 'PREREQ_PM' => { 'Cwd' => '0', 'File::Find' => '0', 'File::Spec' => '0', 'Number::Compare' => '0', 'Test::More' => '0', 'Text::Glob' => '0' }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'findrule' ], 'PL_FILES' => {} ) ;