Advanced to version 1.13.

This commit is contained in:
依瑪貓 2021-02-08 10:56:57 +08:00
parent b3cd2c3b1a
commit 88d300d66a
3 changed files with 3 additions and 3 deletions

View File

@ -284,7 +284,7 @@ CREATE TABLE c_table (
my $build = Module::Build->new( my $build = Module::Build->new(
dist_name => "DbFramework", dist_name => "DbFramework",
dist_version => "1.12", dist_version => "1.13",
dist_abstract => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area", dist_abstract => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area",
dist_author => "imacat <imacat\@mail.imacat.idv.tw>", dist_author => "imacat <imacat\@mail.imacat.idv.tw>",
license => "perl", license => "perl",

View File

@ -1,6 +1,6 @@
DbFramework change log DbFramework change log
2021-02-08 2021-02-08 version 1.13
1. The DbFramework is hosted on GitHub now. 1. The DbFramework is hosted on GitHub now.
2. MANIFEST.SKIP: Added. 2. MANIFEST.SKIP: Added.
3. Makefile, MANIFEST, META.yml, SIGNATURE, t/Config.pm: Removed 3. Makefile, MANIFEST, META.yml, SIGNATURE, t/Config.pm: Removed

View File

@ -286,7 +286,7 @@ CREATE TABLE c_table (
WriteMakefile( WriteMakefile(
NAME => "DbFramework", NAME => "DbFramework",
VERSION => "1.12", VERSION => "1.13",
ABSTRACT => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area", ABSTRACT => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area",
AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>", AUTHOR => "imacat <imacat\@mail.imacat.idv.tw>",
LICENSE => "perl", LICENSE => "perl",