Subject: | Install problems with Makefile.PL patch |
'make install' doesn't install Sort/Maker.pm. The patch below fixes the problem. (using MakeMaker 6.17 (Revision: 1.133))
--- Makefile.PL 2004-06-22 09:19:02-04 1.1
+++ Makefile.PL 2004-06-22 09:19:35-04
@@ -2,7 +2,8 @@
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
- 'NAME' => 'Sort::Maker',
+ 'NAME' => 'Sort',
+ 'DISTNAME' => 'Sort-Maker',
'VERSION_FROM' => 'Sort/Maker.pm', # finds $VERSION
'PREREQ_PM' => {}, # e.g., Module::Name => 1.1
($] >= 5.005 ? ## Add these new keywords supported since 5.005