Subject: | Annoyances with META.yml |
I'm using Module::Starter with Module::Starter::PBP with some
satisfaction. There's only one thing that is not satisfactory IMHO, i.e.
the META.yml file management.
Module::Starter includes this file into the MANIFEST auto-generated
file, but never generates even an empty META.yml file. In my system this
results in the following:
* a warning when calling perl Makefile.PL
* an error when issuing make dist
All these annoyances disappear by only creating an empty META.yml file.
I attach a simple "session" to show the warning, the error and the
simple solution; note that the auto-generated META.yml file seems good.
Now, I know that this is probably a problem with ExtUtils::MakeMaker
(given that Module::Build only shows the warning and not the error), but
could it be possible to either generate an empty META.yml file, or to
exclude META.yml from the MANIFEST file?
Best regards,
Flavio.
Subject: | report.Module-Build |
Message body not shown because it is not plain text.
Subject: | report.ExtUtils-MakeMaker |
Message body not shown because it is not plain text.