<font face="courier new,monospace">As the subject line says...<br><br>I have a need to distribute my apps as packaged by the<br>IndigoStar 'perl2exe' tool.<br><br>The way AnyEvent::Util is coded, the perl2exe tool cannot<br>

find the <a href="http://uts46data.pl">uts46data.pl</a> file.<br><br>Util.pm says (near lines 786 and 853):<br><br>require "lib/AnyEvent/Util/<a href="http://uts46data.pl">uts46data.pl</a>";<br><br>Wouldn't it be better if it instead said:<br>

</font><br><font face="courier new,monospace">require "AnyEvent/Util/<a href="http://uts46data.pl">uts46data.pl</a>";<br><br>and let the Perl's LIB search path find the file?<br><br>I don't think/know if that would break anything else<br>

(I tested it on my non-perl2exe system),<br><br>but it would certainly fix the problem with respect<br>to perl2exe!<br><br>Thanks<br>Fulko<br></font>