Years and years ago, when I was a big PAR fan, I used to sometimes have to include some modules by hand. Try pp -M MIME::Lite::HTML -M MIME::Lite -v -o flhtml.exe and see if it pulls in the required modules better?
The dep scanner is probably just missing one of the modules for some reason. Perhaps MIME::Lite::HTML pulls in MIME::Lite in some non-standard way or something. Who knows.
UPDATE: Looking at MIME/Lite/HTML.pm around line 475, I would guess that it's something more complicated. The function (build_mime_object) appears to build the message and then apply treatments for the various different types of messages. How it gets to the bottom without having $mail filled out is a little mysterious — In particular, why would it differ once packed with pp.
I still think the manual package deps could help, but it's less likely than I thought.
-Paul
In reply to Re: problem with pp packager
by jettero
in thread problem with pp packager
by xiao_B
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |