Skip Menu |

This queue is for tickets about the RayApp CPAN distribution.

Report information
The Basics
Id: 88252
Status: resolved
Priority: 0/
Queue: RayApp

People
Owner: Nobody in particular
Requestors: dsteinbrunner [...] pobox.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 2.004
Fixed in: 2.004



Subject: Correct NAME in Makefile.PL
The NAME passed to WriteMakefile should have have the package name defined with double colons rather than a dash. See here: https://metacpan.org/module/ExtUtils::MakeMaker#SYNOPSIS And here: https://metacpan.org/module/ExtUtils::MakeMaker#Using-Attributes-and-Parameters
On Thu, 29 Aug 2013 11:56:42 GMT, dsteinbrunner@pobox.com wrote: Show quoted text
> The NAME passed to WriteMakefile should have have the package name > defined with double colons rather than a dash. See here: > https://metacpan.org/module/ExtUtils::MakeMaker#SYNOPSIS > > And here: > https://metacpan.org/module/ExtUtils::MakeMaker#Using-Attributes-and- > Parameters
https://metacpan.org/source/JANPAZ/RayApp-2.004/Makefile.PL#L8 says NAME => 'RayApp' so this seems like not a bug.