The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.04 - 2002-07-24

  • The problem which cannot use a BEGIN/ROLLBACK statement was repaired.
  • Add Pure-Perl MD5 Algorithm class. This is used only when there is no 'Digest::MD5' module. Please do not question closely about this source code ;-)
  • OS tested as use is possible is added.
    • Linux with perl5.005_03 built for ppc-linux
    • Solaris 2.6 with perl 5.6.1 built for sun4-solaris
    • Solaris 2.6 with perl 5.004_04 built for sun4-solaris
  • The version of Perl to demand was lowered to 5.004.
  • Add more tests. t/02.local_md5.t t/05.connect.t t/06.setup.t t/07.insert.t t/08.select.t t/09.update.t t/10.delete.t t/11.transaction.t t/12.errorhandle.t t/99.cleanup.t
  • Net::PostgreSQL was unified to DBD::PgPP.

Modules

Pure Perl PostgreSQL driver for the DBI