/usr/local/CPAN/File-Find-Rule-SAUCE/Makefile.PL


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