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
This works for pure Perl modules. If the module contains XS, you need a C compiler, e.g. VC++