X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSourceProxy.pm;h=7a6ab9d06270e7a585b7af38eaa75b86b245201a;hb=91028369783da0db94a61e879860b8da97417fbb;hp=b8f0082580c16d2a23de21e0d137036cf66f41f4;hpb=2781bf350385459d9da6a511a9ef776d41e5f93d;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/ResultSourceProxy.pm b/lib/DBIx/Class/ResultSourceProxy.pm index b8f0082..7a6ab9d 100644 --- a/lib/DBIx/Class/ResultSourceProxy.pm +++ b/lib/DBIx/Class/ResultSourceProxy.pm @@ -306,9 +306,11 @@ EOC my $fqmeth = $in_class . '::' . %1$s . '()'; DBIx::Class::_Util::emit_loud_diag( - # Repurpose the assertion envvar ( the override-check is independent - # from the schema san-checker, but the spirit is the same ) + + # Repurpose the assertion envvar ( the override-check is independent + # from the schema san-checker, but the spirit is the same ) confess => $ENV{DBIC_ASSERT_NO_FAILING_SANITY_CHECKS}, + msg => "The override method $fqmeth$possible_supers has been bypassed " . "$cs\n"