From 1a6dab12531cbff290bb1eaf09d8a10f964894f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Mon, 8 Feb 2021 10:02:33 +0800 Subject: [PATCH] Updated Changes. --- Changes | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 6b7858f..0626b2a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ DbFramework change log +2021-02-08 + 1. The DbFramework is hosted on GitHub now. + 2. MANIFEST.SKIP: Added. + 3. Makefile, MANIFEST, META.yml, SIGNATURE, t/Config.pm: Removed + the generated files. + 2008-05-03 1. Makefile.PL and Build.PL: Automatic checks and lists only the available DBD drivers for tests. @@ -42,7 +48,7 @@ DbFramework change log This is to adapt the Perl module convention. 2008-04-19 version 1.11 - Maintainance taken over by imacat. + Maintenance taken over by imacat. 1. Makefile.PL: Updated to use prompt() from ExtUtils::MakeMaker instead of reading STDIN directly, in order to prevent infinite loop with automated CPAN testers. (RT#34538) @@ -53,7 +59,7 @@ DbFramework change log WriteMakefile() arguments. VERSION is added in replace of VERSION_FROM. 5. SIGNATURE: Digital signature added. - 6. META.yml: YAML distribution meta-nformation added. + 6. META.yml: YAML distribution meta-information added. 7. Build.PL: Module::Build build support added. Original change log by Paul Sharpe follows. @@ -150,7 +156,7 @@ Highlights Catalog.pm (NEW CLASS) DataModel:: - new() now takes data source name to move away from dependence on Mysql. - - init_db_metadata() now needs to be called explicity (not called in + - init_db_metadata() now needs to be called explicitly (not called in new()). - New methods driver() and db(). DataType::ANSII:: (NEW CLASS)