ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Generate META.json when building dist #13

Closed paultcochrane closed 7 years ago

paultcochrane commented 7 years ago

The META.json file is meant to replace the old-style META.yml file. Adding the MetaJSON Dist::Zilla plugin allows this file to be automatically generated when the distribution is built.

This PR is intended to be helpful. If it can be improved upon, please simply let me know and I'll update and resubmit it.