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.4214
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'File::chmod::Recursive',
  'VERSION_FROM' => 'lib/File/chmod/Recursive.pm',
  'PREREQ_PM' => {
                   'Cwd' => 0,
                   'File::Find' => 0,
                   'File::chmod' => '0.42',
                   'Test::More' => 0,
                   'version' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;