in reply to
CPAN Perl/Tk widget
For win32 platforms use
nmake
instead of
make
(After download and inflate, put nmake.exe and nmake.err in c:\windows\command)
So you can do:
perl Makefile.pl nmake nmake test nmake install
[download]
This works for pure Perl modules. If the module contains XS, you need a C compiler, e.g. VC++
Comment on
Re: CPAN Perl/Tk widget
Download
Code
In Section
Seekers of Perl Wisdom