http://qs321.pair.com?node_id=760240

fochi has asked for the wisdom of the Perl Monks concerning the following question:

Reference: www.spamcannibal.org

During perl Makefile.PL I have the following errors:

WARNING: HTMLSCRIPTPODS is not a known parameter.
WARNING: INST_HTMLLIBDIR is not a known parameter.
WARNING: EXTRA_META is not a known parameter.
WARNING: INSTALLHTMLSITELIBDIR is not a known parameter.
WARNING: HTMLLIBPODS is not a known parameter.
Checking if your kit is complete...
Looks good
'EXTRA_META' is not a known MakeMaker parameter name.
'HTMLLIBPODS' is not a known MakeMaker parameter name.
'HTMLSCRIPTPODS' is not a known MakeMaker parameter name.
'INSTALLHTMLSITELIBDIR' is not a known MakeMaker parameter name.
'INST_HTMLLIBDIR' is not a known MakeMaker parameter name.
WARNING: HTMLLIBPODS is not a known parameter.
Checking if your kit is complete...
Looks good
Writing Makefile for Mail::SpamCannibal::BDBaccess::CTest

WARNING: HTMLLIBPODS is not a known parameter.
Checking if your kit is complete...
Warning: the following files are missing in your kit: META.yml
Please inform the author.
Writing Makefile for Mail::SpamCannibal::DNSBLserver::CTest
Writing Makefile for Mail::SpamCannibal

1) The file META.yml is there. Why does it says it isn't?

2) Any hints on the other issues also?

Thanks

Hilario Fochi