Skip Menu |

This queue is for tickets about the App-FatPacker CPAN distribution.

Report information
The Basics
Id: 91451
Status: new
Priority: 0/
Queue: App-FatPacker

People
Owner: Nobody in particular
Requestors: djerius [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 0.010000
Fixed in: (no value)



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