X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F85utf8.t;h=a5ffbcb7bbffe186306ab35d5cf7babd57f77d42;hb=3c2a505c93702ae84fca6985e306da721de2830a;hp=0569ffd5ee396ef7e18a28e00a5a35f2e4525ca6;hpb=fed2c7d79d8112c3a5e3f73fa1c0f99d8588b08d;p=dbsrgits%2FDBIx-Class.git diff --git a/t/85utf8.t b/t/85utf8.t index 0569ffd..a5ffbcb 100644 --- a/t/85utf8.t +++ b/t/85utf8.t @@ -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));