CPAN shows v1.036, you must be installing this via some other package manager (PPM?). The version you've installed is not built for the version of perl you have installed. They have to be the same, see rt://92352. To install build the live release against your current version of perl use the following from the command prompt:
cpan pp
If you're working on Windows make life easy for yourself by using strawberry perl, as it ships with a sane build environment, and a bunch of other useful things as standard. To install a C compiler and build tools for ActiveState do:
ppm MinGW
Then install via cpan as mentioned above. | [reply] [d/l] [select] |
If I Install strawberry perl then Can I use the same build command to convert .pl into .exe as well ?
| [reply] |
I remember tried Installing pp with both CPAN and ppm. just now I also tried with CPAN again . but It's again giving me the same Error
LN0v.exe: Perl lib version (5.24.1) doe
sn't match executable 'perl.exe' version (5.24.0) at C:/Perl64/lib/Config.pm lin
e 62.
| [reply] |
| [reply] |