Subject: | Does not generate XS_VERSION |
The compiler flags:
-DVERSION="1.23" -DXS_VERSION="1.23"
are not being generated and added to the command line when invoking the compiler for C files generated from XS files.
The workaround is that users must add:
extra_compiler_flags => [ '-DVERSION="1.23"', '-DXSVERSION="1.23"' ],
to their Build.PL.