Subject: | Error when trying to XS-load |
When using Params::Validate I get, on Windows, running ActivePerl
v5.8.8, build 820, and having installed Params::Validate v0.91 through
PPM, a message box with an error:
---------------------------
perl.exe - Entry Point Not Found
---------------------------
The procedure entry point Perl_sv_2iv_flags could not be located in the
dynamic link library perl58.dll.
---------------------------
OK
---------------------------
Clicking OK lets my script continue, apparently without error.
I have located the error to come from Params::ValidateXS line 7:
XSLoader::load( 'Params::Validate', $Params::Validate::VERSION );
I expect the script then just uses the PP version...
/Henning