Subject: | missing META.* files |
There is no META.yml or META.json present in the distribution. These files are necessary for CPAN installers to be able to install your distribution properly.
When preparing your distribution for publication, upgrade ExtUtils::MakeMaker to the latest version and run "perl Makefile.PL" to create the files; then add them to MANIFEST and "make dist" to create the tarball that can be uploaded to CPAN via "cpan-upload".
In the metafile you can also specify your preferred bugtracker, if you do not like the default of rt.cpan.org. See the documentation for ExtUtils::MakeMaker and CPAN::Meta::Spec for more information (you will want the META_ADD option for WriteMakefile(), and the 'resources' meta field).