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

... I am a bit flummoxed ...

Then please start your own thread and stop wasting the OPs time.

There is no "Net" module on CPAN. Win32API::Net is not Net. Net::Twitter is not Net.

Tutorials: Modules: How to Create, Install, and Use: Creating and Distributing Modules: Simple Module Tutorial

Replies are listed 'Best First'.
Re^7: Troubles creating a .exe
by Marshall (Canon) on Feb 26, 2012 at 07:08 UTC
    That is actually to the point. The OP has some module that requires the Net.PM code even though it is not an installable module in and of itself. And PerlApp can't find it when the .exe is made.

      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::
        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.