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