From: Matt S Trout Date: Mon, 7 Oct 2013 11:40:24 +0000 (+0000) Subject: remove vestigial dwarn X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e495fc7be1629c5af2573bb55f770fef20bafe07;hp=fff4fe520c30a1b3dc13727aefcf9b16ed9ce3a1;p=dbsrgits%2FDBIx-Class.git remove vestigial dwarn --- diff --git a/lib/DBIx/Class/SQLMaker/Converter/Oracle.pm b/lib/DBIx/Class/SQLMaker/Converter/Oracle.pm index f3791ca..2c8bf4c 100644 --- a/lib/DBIx/Class/SQLMaker/Converter/Oracle.pm +++ b/lib/DBIx/Class/SQLMaker/Converter/Oracle.pm @@ -39,7 +39,6 @@ around _insert_to_dq => sub { map { my $r_dq = $dq->{returning}[$_]; no warnings 'once'; -::Dwarn($r_dq); local $SQL::Abstract::Converter::Cur_Col_Meta = ( is_Identifier($r_dq) ? join('.', @{$r_dq->{elements}})