Hello dear monks!
I am creating portable perl application, which should run under Windows. So, I use embedded perl features to create my binary, as kindly described here.
I use Inline::C to speed up data processing. (I have got x75! speedup, if your curious).
But everytime I launch my-binary.exe I see _Inline. This is not what I would like to see, because I cannon assume that gcc will be available on client PCs. OK, here is an excerpt from :
The Inline code only gets compiled the first time you run it (or whenever it is modified) so you only take the performance hit once. Code that is Inlined into distributed modules (like on the CPAN) will get compiled when the module is installed, so the end user will never notice the compilation time.
How to achieve that? I use Dist::Zilla to build my application/module; I have found Dist::Zilla::Plugin::InlineIncluder, and have had an hope, that
[InlineIncluder]
will magically do all required stuff. But, no, now dz fails on build:
dzil build [DZ] beginning to build Iston Inline and Inline-C repos missing or not in right state at /home/basil +iscos/perl5/perlbrew/perls/perl-5.20.1/lib/site_perl/5.20.1/Dist/Zill +a/Plugin/InlineIncluder.pm line 49.
I'm stuck here, and don't know what to do.
Thanks for any advice!
WBR, basiliscos
In reply to Inline::C and Dist::Zilla by basiliscos
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |