From 656f40c1f34e8d5006b1cf3b04986a6d6a34d4a4 Mon Sep 17 00:00:00 2001 From: imacat Date: Thu, 11 Feb 2021 00:37:06 +0800 Subject: [PATCH] Advanced to version 1.14. --- Build.PL | 2 +- Changes | 2 ++ Makefile.PL | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Build.PL b/Build.PL index c730d8d..727f5c2 100755 --- a/Build.PL +++ b/Build.PL @@ -287,7 +287,7 @@ CREATE TABLE c_table ( my $build = Module::Build->new( 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_author => "imacat ", license => "perl", diff --git a/Changes b/Changes index af3c9e0..627f95d 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,7 @@ DbFramework change log +2021-02-11 version 1.14 + 2021-02-10 1. Build.PL, Makefile.PL: Added variable declaration, fixed the required file path, and prevented the automated tests. diff --git a/Makefile.PL b/Makefile.PL index 07a0c1a..449cbab 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -289,7 +289,7 @@ CREATE TABLE c_table ( WriteMakefile( NAME => "DbFramework", - VERSION => "1.13", + VERSION => "1.14", ABSTRACT => "Classes for Manipulating DBI Databases, Based on the CDIF Data Model Subject Area", AUTHOR => "imacat ", LICENSE => "perl",