Subject: | Makefile.pl case typo in perl Makefile.PL |
When running the Makefile.PL without params it will notify you of how to run the Makefile.PL
with params. The following line does not have the proper case of the filename for the
Makefile.PL:
perl Makefile.pl --testuser=username
On Windows or Mac boxes this will run but not on most UNIX systems and some Mac systems
that have case sensitive filesystems.