compiling an AnyEvent based app with perl2exe fails regarding AnyEvent/Util/uts46data.pl
Marc Lehmann
schmorp at schmorp.de
Sat Mar 23 15:43:18 CET 2013
On Fri, Mar 22, 2013 at 11:30:23AM -0400, Fulko Hew <fulko.hew at gmail.com> wrote:
> 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.
This should be fixed in CVS now. As an unrelated note, maybe you should
report back to the perl2exe authors that relying on source grepping will
always be unreliable - a much more reliable way would be to use .packlists
creates when installing the module, which contains all files, including
data files that are not required.
Doing so would have included uts46data.pl, but of course it would still
not have worked because the path simply was wrong.
--
The choice of a Deliantra, the free code+content MORPG
-----==- _GNU_ http://www.deliantra.net
----==-- _ generation
---==---(_)__ __ ____ __ Marc Lehmann
--==---/ / _ \/ // /\ \/ / schmorp at schmorp.de
-=====/_/_//_/\_,_/ /_/\_\
More information about the anyevent
mailing list