in reply to Re^7: Troubles creating a .exe
in thread Troubles creating a .exe

That is actually to the point. The OP has some module that requires the Net.PM module and PerlApp can't find it when the .exe is made.

Nonsense.

Net.pm:
    error: Can't locate Net.pm
    refby: <Bperlapp --add Net::

Replies are listed 'Best First'.
Re^9: Troubles creating a .exe
by Marshall (Canon) on Feb 26, 2012 at 07:33 UTC
    Please your suggestion to help the OP. I am trying to do so.

    Update: my brain wasn't running at full speed - If you are making an .exe with PerlApp, I've found the easiest way is to just add: use Net.pm; to the source code instead of fiddling with these other parameters. The Net.pm probably came in as a prerequisite to some other package rather than being explictly installed. Any package that is "used" will wind up in the PerlApp .exe.