in reply to Convertion Perl Script to Exe with PAR::Packer pp
Email::Sender::Simple uses MooX::Types::MooseLike::Base, which uses Moo, which uses Module::Runtime. So pp is simply telling you that your script might use extra modules it cannot know about. (Indeed, cannot know about; I'm quite sure that determining precisely which modules a script uses in the presence of modules loaded at runtime without actually running the script and exercising all possible code paths would be equivalent to solving the halting problem.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Convertion Perl Script to Exe with PAR::Packer pp
by RonW (Parson) on Jul 24, 2014 at 23:21 UTC | |
by marchiore (Initiate) on Jul 25, 2014 at 12:09 UTC | |
by Corion (Patriarch) on Jul 25, 2014 at 12:18 UTC | |
by marchiore (Initiate) on Jul 25, 2014 at 12:56 UTC | |
by Corion (Patriarch) on Jul 25, 2014 at 12:59 UTC | |
|