use strict; use warnings; use lib 'ext'; # needed before using M::I use inc::Module::Install; name('MyMod'); all_from('lib/MyMod.pm'); build_requires('Test::More'); tests_recursive_follow_symlinks(); # change/add this line WriteAll();