I downloaded some perl modules from CPAN. Usually, we take the 2 steps below to install it.
perl Makefile.PL
make install
But this doesn’t work on Windows.
I am using ActivePerl, what should I do to install 3rd party modules?
I managed to run the 2 commands below:
perl Makefile.PL
nmake install
And I see FAQ.pod and XXX.pm being copied to some folder. But question is, I saw these 2 files exist before i run any command. They are just in the downloaded zip file. So why do I still need to run the make commands?
Most of what an installer does (for a Perl module or otherwise), is copying files. That doesn’t mean it’s all it does. To name a few others: