bbusschots / hsxkpasswd

A Perl module and terminal command for generating secure memorable passwords inspired by the fabulous XKCD web comic and Steve Gibson's Password Hay Stacks. This is the library that powers www.xkpasswd.net
http://www.bartb.ie/xkpasswd
BSD 2-Clause "Simplified" License
278 stars 48 forks source link

Fix minor MANIFEST discrepancies #46

Closed paultcochrane closed 1 month ago

paultcochrane commented 1 month ago

When building the project via perl Build.PL, I noticed some entries in the MANIFEST which didn't need to be there or which needed to have their entry corrected. These fixes are included in this PR. I also found some typos in the MANIFEST file descriptions which have also been fixed as part of this PR.

If you want me to change anything, e.g. to fit in with your development workflow, please just let me know and I'll update and resubmit as necessary.

paultcochrane commented 1 month ago

I just spotted the entries in MANIFEST.SKIP and realised that I was a overly eager with my PR: the README.md is only for GitHub and Makefile.PL is generated at dist creation time. Doh! Sorry for the noise! I'll close this PR and submit a PR just for the typos.