compiling an AnyEvent based app with perl2exe fails regarding AnyEvent/Util/uts46data.pl
Fulko Hew
fulko.hew at gmail.com
Fri Mar 22 16:30:23 CET 2013
As the subject line says...
I have a need to distribute my apps as packaged by the
IndigoStar 'perl2exe' tool.
The way AnyEvent::Util is coded, the perl2exe tool cannot
find the uts46data.pl file.
Util.pm says (near lines 786 and 853):
require "lib/AnyEvent/Util/uts46data.pl";
Wouldn't it be better if it instead said:
require "AnyEvent/Util/uts46data.pl";
and let the Perl's LIB search path find the file?
I don't think/know if that would break anything else
(I tested it on my non-perl2exe system),
but it would certainly fix the problem with respect
to perl2exe!
Thanks
Fulko
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schmorp.de/pipermail/anyevent/attachments/20130322/3f88f617/attachment.html>
More information about the anyevent
mailing list