use an @INC object hook instead of a subref to provide info on the packed files
authorDiab Jerius <djerius@cfa.harvard.edu>
Fri, 15 Nov 2013 17:27:42 +0000 (12:27 -0500)
committerDiab Jerius <djerius@cfa.harvard.edu>
Fri, 15 Nov 2013 17:27:42 +0000 (12:27 -0500)
commite7051d24e8b8cc6556d3e2fcdaf00a1348e4a791
tree0f9a124d8678b0f3852e1ebe4430011d646e91c8
parent872a7ac15fa4d5c0b3818da0149e263f0ba26a46
use an @INC object hook instead of a subref to provide info on the packed files

Perl allows an @INC hook to be an object.  Use this to provide a
method (files) returning the files which were packed.  This allows
other code (e.g. Module::Pluggable) to interoperate with
App::FatPacker in a standardized fashion.
lib/App/FatPacker.pm