May 2019 Archives

I want to display NA instead of UNKKONW in CPAN Testers

I want to display NA instead of UNKKONW in CPAN Testers.

SPVM CPAN Testers

If you konw the way, please tell me it.

I succeeded in creating an executable file of Windows binary.


I succeeded in creating an executable file of Windows binary with SPVM and Strawbery Perl and MinGW.

SPVM is Perlish static language. SPVM modules is compiled to C language, and then it is compiled to executable file of Windows binary.

Compile

perl Makefile.PL
gmake
perl -Mblib t/exe/exe.t

Execute an executable file of Windows binary

t\spvm_build\work\exe\myexe.exe

This mean that you can write windows native application by Perlish syntax


About Yuki Kimoto

user-pic I'm Perl Programmer. I LOVE Perl. I want to contribute Perl community and Perl users.