Eva Soltesz wrote:
> Hi,
>
> Could you please compile the latest version of the DateTime
> perl library into ppd for a very desperate windows
> user of ActivePerl?
Hi Eva,
What version of perl are you running? I have created a ppd
with:
G:\modules\Time-Local>perl -v
This is perl, v5.8.3 built for MSWin32-x86-multi-thread.
version of perl.
However, you should be able to install the module without
using a c compiler. What you need is the nmake utility
Download and extract the Time::Local distribution from
CPAN.
then open a dos window and do this
G:\modules\Time-Local>perl makefile.pl
^^^^^^^^^^^^^^^^
Checking if your kit is complete...
Looks good
Writing Makefile for Time::Local
G:\modules\Time-Local>nmake
^^^^^^
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
cp lib/Time/Local.pm blib\lib\Time\Local.pm
G:\modules\Time-Local>nmake test
^^^^^^^^^^
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
F:\perl\5.8.3\bin\MSWin32-x86-multi-thread\perl.exe
"-MExtUtils::Command::MM" "-e" "te
ness(0, 'blib\lib', 'blib\arch')" t\Local.t
t\Local....ok
26/133 skipped:
All tests successful, 26 subtests skipped.
Files=1, Tests=133, 0 wallclock secs ( 0.00 cusr + 0.00 csys = 0.00 CPU)
G:\modules\Time-Local>nmake install
^^^^^^^^^^^^^
Microsoft (R) Program Maintenance Utility Version 6.00.8168.0
Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
Installing F:\perl\5.8.3\lib\Time\Local.pm
Writing f:\perl\5.8.3\lib\MSWin32-x86-multi-thread\auto\Time\Local\.packlist
Appending installation info to
f:\perl\5.8.3\lib\MSWin32-x86-multi-thread/perllocal.pod
G:\modules\Time-Local>
This should do the trick.
I hope this helps
Ron Hill