Make the dbh error handler installer `Perl -d` friendly
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 29 Jul 2013 01:47:13 +0000 (03:47 +0200)
committerPeter Rabbitson <ribasushi@cpan.org>
Fri, 11 Oct 2013 11:04:11 +0000 (13:04 +0200)
commit5bd3dbd48018c19c5204c6183469b62545b30055
tree770714c82e2dd80ffd595fc25635520c9752a7c5
parent8fa57d17d30acafcdde55238ae5355b58e0c60e2
Make the dbh error handler installer `Perl -d` friendly

GC in perl is a mess sometimes - a literal sub { ... } within a try { ... } goes
wonky, but the equivalent coderef stored in a scalar is fine >.<
lib/DBIx/Class/Storage/DBI.pm