I am trying to compile a script with PerlApp to be "freestanding" and have
run into a problem. 

 I have implemented the steps listed in Poe:Preprocessor section "PERLAPP
AND PERL2EXE SUPPORT."  The compiled script produces the following errors
upon execution:

Global symbol "%use_bytes" requires explicit package name at
/PerlApp/POE/Filter/Reference.pm line 126.
syntax error at /PerlApp/POE/Filter/Reference.pm line 126, at EOF
Global symbol "%use_bytes" requires explicit package name at
/PerlApp/POE/Filter/Reference.pm line 161.
syntax error at /PerlApp/POE/Filter/Reference.pm line 161, at EOF
Global symbol "%use_bytes" requires explicit package name at
/PerlApp/POE/Filter/Reference.pm line 187.
syntax error at /PerlApp/POE/Filter/Reference.pm line 187, at EOF
BEGIN failed--compilation aborted at client.pl line 62.

I can compile the script as "dependent" and it will execute just fine.  
  
Anyone else seen this before?    Or, did I miss something.....


Info:
POE version 0.27
Perl :

This is perl, v5.8.0 built for MSWin32-x86-multi-thread
(with 1 registered patch, see perl -V for more detail)

Copyright 1987-2002, Larry Wall

Binary build 806 provided by ActiveState Corp. http://www.ActiveState.com
Built 00:45:44 Mar 31 2003

perlApp: PerlApp 5.3.0 build 530


thank you,
Tom

Reply via email to