Description
Hi, Deven. I watched your TPRC video, and I'm interested in your Perl module! I need to validate and combine PDFs a lot, and I'd like to do that in Perl, but I've been using other tools such as pdftk and such. So I checked out your module on CPAN....
Your Perl distribution lacked any information on the GitHub repository, but I found it after several searches here on GitHub. Please add a CONTRIBUTING or CONTRIBUTING.md file with this information. Reference:
https://metacpan.org/dist/PDF-Data/contribute
I'd suggest adding a Changelog, too. It's the first thing I look for with any module. Kwalitee also complains that the license isn't included in the source code. I expected it to be in the pod text myself. Reference:
https://cpants.cpanauthors.org/release/DEVEN/PDF-Data-v1.1.0
I think you forgot to tag your most recent CPAN release here on GitHub also:
https://github.com/deven/PDF-Data/releases
This is unrelated to this issue, but please indulge me. Let's say you wanted to append one PDF to another PDF. Can you do that with PDF::Data? If yes, how? I see the append_page() method. Loop over the pages in the second pdf and call append_page on the first PDF? Maybe add a more convenient method to do that? I guess you could call that a feature request. If so, I'll open another issue for that if you are receptive. Thanks!