in reply to Module::Build's adding new filetypes in ExtUtils::MakeMaker

Well, you're not supposed to do that anymore, data files go into File::ShareDir, see File::ShareDir::Install ....

Also, if you cannot depend on your customers to have Module::Build installed, how can you depend that they have anything, even perl installed ... just distribute a complete perl installation, a portable perl like http://citrusperl.com/

  • Comment on Re: Module::Build's adding new filetypes in ExtUtils::MakeMaker (sharedir)