Advanced to version 0.05.

This commit is contained in:
依瑪貓 2021-02-08 00:01:57 +08:00
parent 35770d5b0d
commit 0aba174adb
3 changed files with 5 additions and 3 deletions

View File

@ -6,7 +6,7 @@ use Module::Build;
my $build = Module::Build->new( my $build = Module::Build->new(
dist_name => "Acme-GuessNumber", dist_name => "Acme-GuessNumber",
dist_version => "0.04", dist_version => "0.05",
dist_abstract => "Automatic number guessing game robot", dist_abstract => "Automatic number guessing game robot",
dist_author => "imacat <imacat\@mail.imacat.idv.tw>", dist_author => "imacat <imacat\@mail.imacat.idv.tw>",
license => "perl", license => "perl",

View File

@ -1,5 +1,7 @@
Acme-GuessNumber change log Acme-GuessNumber change log
2021-02-08 version 0.05
2021-02-07 2021-02-07
Acme-GuessNumber is now hosted on GitHub. Acme-GuessNumber is now hosted on GitHub.
1. Added MANIFEST.SKIP. 1. Added MANIFEST.SKIP.
@ -10,7 +12,7 @@ Acme-GuessNumber change log
5. Added the CPAN distribution metadata to Makefile.PL and 5. Added the CPAN distribution metadata to Makefile.PL and
Build.PL. Build.PL.
2013-05-10 2013-05-10 version 0.04
1. lib/Acme/GuessNumber.pm: Applied the patch from Mark A. Smith 1. lib/Acme/GuessNumber.pm: Applied the patch from Mark A. Smith
<jprogrammer082@gmail.com>, in order to fix the English errors <jprogrammer082@gmail.com>, in order to fix the English errors
in the POD. Thank you, Mark, although I will not share my in the POD. Thank you, Mark, although I will not share my

View File

@ -6,7 +6,7 @@ use ExtUtils::MakeMaker;
WriteMakefile( WriteMakefile(
NAME => "Acme::GuessNumber", NAME => "Acme::GuessNumber",
VERSION => "0.04", VERSION => "0.05",
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>",
PREREQ_PM => { }, PREREQ_PM => { },