X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi-t%2Fset_to_undef.t;h=75e0ee6011802a8e0ecb7a9731bc6b306d318185;hb=14e3877106bdd49eb74a4b86c2efe4aeb5c114e5;hp=bad99198fe1fb1f702a0a06c349abd956a218ea0;hpb=658b87f687c73589c911833a1b46ea39ddb45847;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi-t/set_to_undef.t b/t/cdbi-t/set_to_undef.t index bad9919..75e0ee6 100644 --- a/t/cdbi-t/set_to_undef.t +++ b/t/cdbi-t/set_to_undef.t @@ -2,7 +2,6 @@ use strict; use Test::More; -use Test::NoWarnings; BEGIN { eval "use DBIx::Class::CDBICompat;"; @@ -12,6 +11,8 @@ BEGIN { plan tests => 1; } +use Test::NoWarnings; + { package Thing;