rodrigo.pace.barros has asked for the wisdom of the Perl Monks concerning the following question:

Another info: My sources can be found at http://ns2html.sourceforge.net. Instead I´ve not changed the way I call my subs on all versions, the problem occurs (as related from my users) on the last version only. Thanks all!!!! Rodrigo
  • Comment on Problem in @INC using PAR::Packer on Windows

Replies are listed 'Best First'.
Re: Problem in @INC using PAR::Packer on Windows
by almut (Canon) on Nov 16, 2009 at 15:02 UTC

    Have you tried pp's -a option to tell it to include your additional files?

      Hi Almut.
      I´ve tried to use '-a', but the same error occurs.

      ===
      D:\documents and settings\r330293\Desktop\ns2html-0.4.6-win32\bin>ns2html.exe
      Can't locate AddrCreator.pm in @INC (@INC contains: subs CODE(0x1304974) CODE(0x115f914) CODE(0x115fc64)) at script/ns2html.pl line 29.
      BEGIN failed--compilation aborted at script/ns2html.pl line 29.
      ===

      Any other idea?

      Thanks!!!

        Please post exactly how you use pp to create the executable.

        Update: Also, could you please post which version of ActiveState Perl, PAR and PAR::Packer you are using.

        Martin