in reply to Re^2: Devel::GC::Helper + DBI
in thread Devel::GC::Helper + DBI

RESOLVED

The culprit was in application code: an exit() located at top-level module scope rather than inside a sub.

I saw a similar post w/ the same symptom, but not related to DBI. So looks like this is a matter of poor perl handling of exit() during program load, rather than a bug w/ DBI.

CPAN should be able to close bug #21112: Inheritance causes odd behavior.