Thanks for the bug report.
I used ExtUtils::MakeMaker and it generated MYMETA.yml. Is this ok?
I used the following code:
use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'OpenXML::Properties',
VERSION_FROM => 'lib/OpenXML/Properties.pm',
LICENSE => 'artistic'
);
Also, once ExtUtils::MakeMaker generates the new makefile and other
files, should I upload the package through PAUSE again for reindexing?
I am new to uploading to CPAN, apologies if asking some basic questions
On Sat Dec 08 18:07:14 2012, CHORNY wrote:
Show quoted text> This distribution lacks META.yml file. This file contains information
> that allows CPAN tools to be more effective (ex:
http://search.cpan.org,
Show quoted text>
http://deps.cpantesters.org/).
> It is generated with `make dist`.
> Please use latest ExtUtils::MakeMaker and specify license.
>
> You can use App::EUMM::Upgrade that will autodetect some new fields
and
Show quoted text> add code for compatibility with old versions of ExtUtils::MakeMaker.
>
> I can help you in updating distribution.
>