-
Notifications
You must be signed in to change notification settings - Fork 14
Development
Yuki Kimoto edited this page Jun 13, 2024
·
2 revisions
We want to be able to run SPVM in a variety of environments.
One problem is that Perl module installation often fails on Windows.
Tests for CPAN modules tend to fail in Windows MSYS2 MINGW64 environment.
Therefore, we recommend that your SPVM modules does not depend on any CPAN modules.
This means you should not contain any Perl modules in CONFIGURE_REQUIRES
, PREREQ_PM
, and TEST_REQUIRES
options of WriteMakefile() in Makefile.PL.