Skip Menu |

This queue is for tickets about the Data-Page CPAN distribution.

Report information
The Basics
Id: 3260
Status: resolved
Priority: 0/
Queue: Data-Page

People
Owner: Nobody in particular
Requestors: kclark [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.18
Fixed in: (no value)



Subject: Problems with Makefile.PL
The 0.18 Makefile.PL doesn't have a "NAME" key for "WriteMakefile," just a "DISTNAME," so Perl complains a bit: Warning: Guessing NAME [Data-Page] from current directory name. Here's a simple patch: *** Makefile.PL.orig Fri Aug 15 16:11:31 2003 --- Makefile.PL Fri Aug 15 16:12:35 2003 *************** *** 1,6 **** use ExtUtils::MakeMaker; WriteMakefile ! ('DISTNAME' => 'Data-Page', 'VERSION' => '0.18', 'PL_FILES' => {}, 'PREREQ_PM' => { --- 1,7 ---- use ExtUtils::MakeMaker; WriteMakefile ! ('NAME' => 'Data::Page', ! 'DISTNAME' => 'Data-Page', 'VERSION' => '0.18', 'PL_FILES' => {}, 'PREREQ_PM' => {