# 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' => { 'Test::More' => 0, 'File::Find' => 0, 'File::Spec' => 0, 'Text::Glob' => 0, 'Number::Compare' => 0, 'Cwd' => 0 }, 'INSTALLDIRS' => 'site', 'EXE_FILES' => [ 'findrule' ], 'PL_FILES' => {} ) ;