Subject: | make install fails under Strawberry Perl |
Under Strawberry Perl, make install appears to succeed but nothing gets installed. There's some code in Makefile.PL that appears to make Text::PDF install on Win32 using "pmake". I assume that's for ActivePerl. Disabling the two code sections (I simply changed the OS name they checked for) and doing the standard "perl Makefile.PL; dmake; dmake test; dmake install" results in a successful install.