openSUSE / cpanspec

Create openSUSE spec files form cpan tar files
Other
8 stars 10 forks source link

Deal with missing MYMETA files #34

Closed perlpunk closed 2 years ago

perlpunk commented 2 years ago

Sometimes perl Makefile.PL will not be able to create MYMETA files, because it would require additional libs. In that case, we just go with the static META files and log the Makefile.PL output.

We had this problem with perl-Prima and perl-XML-LibXSLT recently.