Skip Menu |

This queue is for tickets about the Sort-Maker CPAN distribution.

Report information
The Basics
Id: 6710
Status: resolved
Priority: 0/
Queue: Sort-Maker

People
Owner: Nobody in particular
Requestors: mprewitt [...] chelsea.net
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.01
Fixed in: (no value)



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