Fixed the NAME in Makefile.PL.

This commit is contained in:
依瑪貓 2021-02-07 23:08:40 +08:00
parent 76a52f065c
commit b232f4b58d

View File

@ -11,7 +11,7 @@ $eummver =~ s/_//;
%license = (LICENSE => "perl") if $eummver > 6.30; %license = (LICENSE => "perl") if $eummver > 6.30;
WriteMakefile( WriteMakefile(
NAME => "Locale-Maketext-Gettext", NAME => "Locale::Maketext::Gettext",
VERSION => "1.31", VERSION => "1.31",
ABSTRACT => "Joins gettext and Maketext frameworks", ABSTRACT => "Joins gettext and Maketext frameworks",
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>", AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",