This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
add "provides" metadata for XSLoader (RT#138836)
authorKaren Etheridge <ether@cpan.org>
Fri, 5 Aug 2016 17:16:40 +0000 (10:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 5 Aug 2016 18:11:01 +0000 (11:11 -0700)
commit0d9b03172bb075c23d58712774b3950345d80841
treec5c208ee7a5eb3ffd904dc3b03dcb752dcaf926e
parentd4e5761f09914534fd578d2190584cfc1e91b253
add "provides" metadata for XSLoader (RT#138836)

This avoids confusing tools like cpanm and carton which use 'provides'
metadata, and are not able to infer the correct data here because
XSLoader_pm.PL is used to generate XSLoader.pm, but then XSLoader.pm is
deleted before cpanm can see it.
dist/XSLoader/Makefile.PL