Deprecate UTF8Columns with a lot of warning whistles
[dbsrgits/DBIx-Class.git] / t / 85utf8.t
index 0569ffd..a5ffbcb 100644 (file)
@@ -22,6 +22,7 @@ use DBICTest;
 
 warnings_are (
   sub {
+    local $ENV{DBIC_UTF8COLUMNS_OK} = 1;
     package A::Test1;
     use base 'DBIx::Class::Core';
     __PACKAGE__->load_components(qw(Core +A::Comp Ordered UTF8Columns));