Subject: | Possibly needless Deps/Files. |
I was looking through the code making sure our (Gentoo's ) package
management deps properly corresponded to your dists deps, and found a
few inconsistencies that might be helpful to remedy.
1. There's fully fledged copies of Test::Base and YAML in inc/ ,
however, these appear to be used nowhere in the code.
2. As a result of the above, there is a DEP declared in META.yml on
Filter::Util::Call , which I can't see a need for.
3. As a result of the above, test_requires 'YAML' in Makefile.PL may
also not be needed.
You don't have to remedy this, but it would make for a smaller and
cleaner distribution if you did =).
Thanks.