Advanced to version 1.14.

This commit is contained in:
依瑪貓 2021-02-11 00:37:06 +08:00
parent 50bbd8ae68
commit 656f40c1f3
3 changed files with 4 additions and 2 deletions

View File

@ -287,7 +287,7 @@ CREATE TABLE c_table (
my $build = Module::Build->new( my $build = Module::Build->new(
dist_name => "DbFramework", dist_name => "DbFramework",
dist_version => "1.13", dist_version => "1.14",
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,5 +1,7 @@
DbFramework change log DbFramework change log
2021-02-11 version 1.14
2021-02-10 2021-02-10
1. Build.PL, Makefile.PL: Added variable declaration, fixed the 1. Build.PL, Makefile.PL: Added variable declaration, fixed the
required file path, and prevented the automated tests. required file path, and prevented the automated tests.

View File

@ -289,7 +289,7 @@ CREATE TABLE c_table (
WriteMakefile( WriteMakefile(
NAME => "DbFramework", NAME => "DbFramework",
VERSION => "1.13", VERSION => "1.14",
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",