Skip Menu |

This queue is for tickets about the Graph-ReadWrite CPAN distribution.

Report information
The Basics
Id: 101502
Status: resolved
Priority: 0/
Queue: Graph-ReadWrite

People
Owner: NEILB [...] cpan.org
Requestors: MANWAR [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.06
Fixed in: 2.07



Subject: Makefile.PL throws warning
Hi Neil, When building the distribution using the supplied Makefile.PL script, I get a warning as below: manwar@ubuntu:~/my-github/Graph-ReadWrite$ perl Makefile.PL Checking if your kit is complete... Looks good Warning: NAME must be a package name Generating a Unix-style Makefile Writing Makefile for Graph-ReadWrite Writing MYMETA.yml and MYMETA.json manwar@ubuntu:~/my-github/Graph-ReadWrite$ As you see the warning "Warning: NAME must be a package name" is thrown because of the line below in the Makefile.PL (line: 14), I reckon: NAME => 'Graph-ReadWrite', Best Regards, Mohammad S Anwar (MANWAR)
Thanks Mohammad -- I fixed this by adding a Graph::ReadWrite module to the dist, so now the dist has a main module, and I could fix this warning :-) Cheers, Neil