in reply to problem with pp packager
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: problem with pp packager
by mnooning (Beadle) on May 24, 2007 at 17:56 UTC |