The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl extension Amon2::DBI

0.32

    - Fixed transaction management bug introduced in 0.31.
      The version is completely broken. DO NOT USE IT.

0.31

    [BROKEN VERSION. DO NOT USE THIS VERSION.]
    - fixed cicric reference

0.30

    [INCOMPATBILE CHANGE]
    - do not handle exception in Amon2::DBI, and use RaiseError.

0.08

    - fixed charset in 05_mysql.t utf8 subtest(makamaka)

0.07

    - added auto pg_enable_utf8 setting(makamaka)
    - made dsn check case-insensitive(makamaka)

0.06

    - [BUG FIX] fixed error handler on mysql

0.05

    - specify the version number of depended moduels

0.04

    - call $dbh->SUPER::connected().  (kazeburo)

0.03

    - do not use '//' on 5.8 modules! orz.

0.02

    - make DBD::SQLite as optional deps

0.01    Sun Feb 27 11:16:43 2011
        - original version