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)