Fixed the NAME in Makefile.PL.
This commit is contained in:
parent
03b1b73be0
commit
d25b673fd5
@ -13,7 +13,7 @@ $eummver =~ s/_//;
|
|||||||
%license = (LICENSE => "perl") if $eummver > 6.30;
|
%license = (LICENSE => "perl") if $eummver > 6.30;
|
||||||
|
|
||||||
WriteMakefile(
|
WriteMakefile(
|
||||||
NAME => "Acme-GuessNumber",
|
NAME => "Acme::GuessNumber",
|
||||||
VERSION => "0.04",
|
VERSION => "0.04",
|
||||||
ABSTRACT => "Automatic number guessing game robot",
|
ABSTRACT => "Automatic number guessing game robot",
|
||||||
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",
|
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",
|
||||||
|
Loading…
Reference in New Issue
Block a user