Thanks tachyon! (or should i say obi :)
I started out in the source code where you pinpointed and followed the trace through some other moduels and this brought me to the conclusion that perlapp didn't include the LWP::Parallel::Protocol::http-module when "compiling"..so by just adding:
use LWP::Parallel::Protocol::http;
everything worked fine.
Comment on Re^2: Using LWP::Parallel::UserAgent with perlapp/perl2exe