use ExtUtils::MakeMaker; use File::ShareDir::Install; install_share 'share'; install_share dist => 'share'; ##also tried this: install_share module => 'My::Module', 'share';