Clarify name of guard function from 3d56e026, add it globally
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 17 Mar 2015 11:29:18 +0000 (12:29 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Tue, 17 Mar 2015 11:29:18 +0000 (12:29 +0100)
commite1d9e578b84f642cb24181d0403b15ab78a9fda7
treebfba89d68b717862561144affe56dd2d1b348109
parent7e175371f73976dae12fdebec4850832edcae580
Clarify name of guard function from 3d56e026, add it globally

Instead of just marking all my DESTROYs with the function, just add it to a
base class, thus capturing *everything* there is to find. Yes it will be a
tad slower. And yes it will have a massive benefit to any DBIC user happening
to be caught in an unfriendly app-space
lib/DBIx/Class.pm
lib/DBIx/Class/CDBICompat/DestroyWarning.pm
lib/DBIx/Class/ResultSource.pm
lib/DBIx/Class/Schema.pm
lib/DBIx/Class/Storage/DBI.pm
lib/DBIx/Class/Storage/DBI/Cursor.pm
lib/DBIx/Class/Storage/TxnScopeGuard.pm
lib/DBIx/Class/_Util.pm
t/lib/DBICTest.pm
t/lib/DBICTest/Util.pm