SQLite, MySQL, Pg, Oracle, ODBC and Sybase all tested to work
- Greatly reduced loading of non-essential modules to aid startup
time (mainly benefiting CGI users)
- Make sure all namespaces are clean of rogue imports
+ - Dropped DBI req 2 years back - everything works with 1.57, no
+ point requiring something newer
0.08190-TRIAL 2011-01-24 15:35 (UTC)
'Try::Tiny' => '0.04',
# XS (or XS-dependent) libs
- 'DBI' => '1.609',
+ 'DBI' => '1.57',
'namespace::clean' => '0.20',
'Sub::Name' => '0.04',
'Variable::Magic' => '0.44',