I was trying to use Activestate's perlapp with POE, and ran
into a snag. Perlapp has trouble with source filters.

Anyway, investigating further, I find that the only filter
used is the use_bytes macro. For perl versions old enough
not to have "use bytes" (pre 5.005_55).

I manage to make perlapp work by replacing all the "{%
use_bytes %}" with plain "use bytes;". 

But this begs the question: for the five modules that use
"use_bytes", couldn't we just code it with BEGIN instead of
breaking POE in Perlapp?

Thanks

-Mathieu


        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 

Reply via email to