Subject: | fatpack'ed binaries don't find packed plugins |
App::FatPacker uses hooks in @INC to perform its magic. Unfortunately Module::Pluggable doesn't pay attention to those, so fat packed plugins won't be found.
Attached is an archive which exhibits the (mis?)behavior.
% perl tfp
required tfp::plugin
required tfp::plugin
required tfp::plugin
% perl packed/tfp
(I'm not quite sure why the plugin is required three times, but that's another mystery).
It'd be downright fabulous if hooks in @INC would be processed.
Thanks!
Diab
Subject: | tfp.zip |
Message body not shown because it is not plain text.