Hello,
I'm working on windows 2000, with v5.8.6 built for MSWin32-x86-multi-thread.
I tried to us the DateTime module without success.
For this moment, the script is very simple (test.pl) : use DateTime;
Result:
Can't locate loadable object for module DateTime in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/XSLoader.pm line 44
BEGIN failed--compilation aborted at C:/Perl/lib/DateTime.pm line 44.
Compilation failed in require at C:\testperl\test.pl line 1.
BEGIN failed--compilation aborted at C:\testperl\test.pl line 1.
Is-it a know issue ? How to solve it ?
Thanks by advance.