Subject: | allow bareword Module names for packlists-for |
I find myself continually forgetting that packlists-for takes filenames, not module names.
This rather tiny patch allows the
packlists_containing() function (and thus the packlists-for command) to accept bareword module names (e.g. Package::SubPackage) in addition to the full file path. It should be transparent to the user.
It introduces a dependency on Module::Runtime.
You may find the code here:
https://github.com/djerius/App-FatPacker/tree/bareword-module-name