I hear you Michiel, and I had already come across this post of ours in Stackoverflow! It seems we should make some effort to make those features a standard. I usually use Dist::Zilla for newer projects, but I'm not so sure if it would be a good case for Archive::Tar::Wrapper, given the necessary retroactive compatibility with older perls that are still hanging around.
Em quarta-feira, 20 de março de 2019 18:13:18 BRT, Michiel Beijen <michiel.bei...@gmail.com> escreveu: Hi, On Wed, Mar 20, 2019 at 4:44 PM Alceu R. de Freitas Jr. via cpan-testers-discuss <cpan-testers-discuss@perl.org> wrote: > I'm looking for to add "provides" information to META.yml from > Archive::Tar::Wrapper distribution, but without requiring Module::Build as a > requirement. > > I did basically a hack to ExtUtils::MakeMaker in order to do that, more > details at > https://github.com/Perl-Toolchain-Gang/ExtUtils-MakeMaker/issues/212 > > I'm not sure how reliable this would be, what do you think about it? I've asked the same four years ago! https://stackoverflow.com/questions/28924787/how-to-populate-provides-field-in-meta-files-using-extutilsmakemaker Seems like not much improved since then. You could either use your hack or just not bother :D -- Michiel