Fixed the NAME in Makefile.PL.

This commit is contained in:
依瑪貓 2021-02-07 23:07:07 +08:00
parent 03b1b73be0
commit d25b673fd5

View File

@ -13,7 +13,7 @@ $eummver =~ s/_//;
%license = (LICENSE => "perl") if $eummver > 6.30;
WriteMakefile(
NAME => "Acme-GuessNumber",
NAME => "Acme::GuessNumber",
VERSION => "0.04",
ABSTRACT => "Automatic number guessing game robot",
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",