# Install apt-cyg install_apt-cyg # Install basic build tools -- make, gcc, and the like apt-cyg install cygport # Install cpanm cpan install App::cpanminus
These modules can be installed via Cygwin packages (using the apt-cyg install command). Some Perl packages don't install successfully via cpanm for some reason, so use the pre-packaged Cygwin version if they exist.
And these modules can be installed as normal (using the cpanm command):
The specific install commands are listed here.