# Note: this file has been initially generated by Module::Build::Convert 0.49 use strict; use warnings; use Module::Build; # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. my $build = Module::Build->new ( module_name => 'File::CachingFind', dist_version_from => 'lib/File/CachingFind.pm', # finds $VERSION license => 'perl', create_readme => 0, create_makefile_pl => 'traditional', requires => { perl => '5.6.0' }, recommends => { 'Test::Pod' => 0, 'Test::Pod::Coverage' => 0 }, ); $build->create_build_script;