DbFramework change log

2008-05-03      version 1.12
         1. Makefile.PL and Build.PL:Provide  a valid default DSN for
            DBD::mysql, DBD::mSQL and DBD::Pg.
         2. Makefile.PL and Build.PL:Do  not create the schema if
            answer is "no".

2008-04-21

  1. Changes: Updated.
  2. Build.PL: Renamed test database from "dbframework_test" to "test", to adapt the convention of MySQL and PostgreSQL.
  3. TODO: Added.
  4. AUTHORS: Added.
  5. Artistic and COPYING: Added.
  6. Makefile.PL: Added PL_FILES to disable PL files searching behavior, in order to work with ExtUtils::MakeMaker earlier than 6.25 that treats Build.PL as one of the PL files to run.

2008-04-20

  1. Added lib and lib/DbFramework subdirectory. Move everything inside, to make the directory cleaner.
  2. Makefile.PL: Clean up. Removed PMLIBDIRS since it is not required anymore. Removed linkext. linkext is only needed for ExtUtils::MakeMaker before version 5. That is too old today.
  3. Makefile.PL and Build.PL:Use "use lib qw(lib); use DbFramework::Util;" instead of "require "./Util.pm"", in order to be more portable on different platforms.
  4. Makefile.PL: Renamed test database from "dbframework_test" to "test", to adapt the convention of MySQL and PostgreSQL.
  5. README: Moved Paul's BackPen URL to the previous line.

2008-04-19

  1. Added lib and lib/DbFramework subdirectory. Move everything inside, to make the directory cleaner.
  2. Changes: Added, with contents from original Paul's README file. This is to adapt the Perl module convention.
2008-04-19      version 1.11
        Maintainance 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)
         2. t/util.pl: Subroutine yn() removed.  It is not used anymore,
            due to the prompt() fix.
         3. README: Add notice about the distribution ownership change.
         4. Makefile.PL:ABSTRACT , AUTHOR, LICENSE and SIGN added to the
            WriteMakefile() arguments.  VERSION is added in replace of
            VERSION_FROM.
         5. SIGNATURE: Digital signature added.
         6. META.yml:YAML  distribution meta-nformation added.
         7. Build.PL:Module ::Build build support added.

Original change log by Paul Sharpe follows.

History


15-05-1999 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.10

Added support for PostgreSQL.

INTERFACE CHANGES
PrimaryKey::

30-04-1999 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.09

dbforms.cgi

INTERFACE CHANGES
Catalog::

1-04-1999 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.08

BUG FIX

28-03-1999 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.07

Highlights

+ Support for Msql (and potentially all DBI drivers.) + Improved template support.

12-1-1999 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.06

6-1-1999 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.05

18-Dec-1998 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.04

11-Dec-1998 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.03

11-Dec-1998 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.02

26-Nov-1998 Paul Sharpe <paul@miraclefish.com>

RELEASE 1.01 (FIRST PUBLIC RELEASE)

To do

4/1/1999