Advanced to version 0.05.
This commit is contained in:
parent
35770d5b0d
commit
0aba174adb
2
Build.PL
2
Build.PL
@ -6,7 +6,7 @@ use Module::Build;
|
||||
|
||||
my $build = Module::Build->new(
|
||||
dist_name => "Acme-GuessNumber",
|
||||
dist_version => "0.04",
|
||||
dist_version => "0.05",
|
||||
dist_abstract => "Automatic number guessing game robot",
|
||||
dist_author => "imacat <imacat\@mail.imacat.idv.tw>",
|
||||
license => "perl",
|
||||
|
4
Changes
4
Changes
@ -1,5 +1,7 @@
|
||||
Acme-GuessNumber change log
|
||||
|
||||
2021-02-08 version 0.05
|
||||
|
||||
2021-02-07
|
||||
Acme-GuessNumber is now hosted on GitHub.
|
||||
1. Added MANIFEST.SKIP.
|
||||
@ -10,7 +12,7 @@ Acme-GuessNumber change log
|
||||
5. Added the CPAN distribution metadata to Makefile.PL and
|
||||
Build.PL.
|
||||
|
||||
2013-05-10
|
||||
2013-05-10 version 0.04
|
||||
1. lib/Acme/GuessNumber.pm: Applied the patch from Mark A. Smith
|
||||
<jprogrammer082@gmail.com>, in order to fix the English errors
|
||||
in the POD. Thank you, Mark, although I will not share my
|
||||
|
@ -6,7 +6,7 @@ use ExtUtils::MakeMaker;
|
||||
|
||||
WriteMakefile(
|
||||
NAME => "Acme::GuessNumber",
|
||||
VERSION => "0.04",
|
||||
VERSION => "0.05",
|
||||
ABSTRACT => "Automatic number guessing game robot",
|
||||
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",
|
||||
PREREQ_PM => { },
|
||||
|
Loading…
Reference in New Issue
Block a user