Subject: | Support for MYMETA.yml |
Hi,
I have noticed that Module::Inspector fail to identify the MYMETA.yml
file provided by Perl modules such as Math::Random::MT::Perl:
$ perl -MModule::Inspector -we 'my $d=Module::Inspector->new(dist_dir =>
"."); print $d->dist_name;'
Document META.yml does not exist in module at -e line 1
It would be nice if Module::Inspector tried to find MYMETA.yml or other
appropriate files when META.yml is not present.
Regards,
Florent