From: Peter Rabbitson Date: Fri, 29 Jan 2010 11:15:15 +0000 (+0000) Subject: Enhance warning test a bit (seems to fail on 5.8) X-Git-Tag: v0.08116~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b2312828943ac383d8c6ae9b52d3895476c8dd24;hp=6eca76d53657b45df6723f471b50c2aa18f7ee19;p=dbsrgits%2FDBIx-Class.git Enhance warning test a bit (seems to fail on 5.8) --- diff --git a/t/85utf8.t b/t/85utf8.t index 399c46d..08b91b7 100644 --- a/t/85utf8.t +++ b/t/85utf8.t @@ -18,7 +18,7 @@ warning_like (sub { use base 'DBIx::Class::Core'; __PACKAGE__->load_components(qw(UTF8Columns +A::Comp)); 1; -}, qr/Incorrect loading order of DBIx::Class::UTF8Columns/ ); +}, qr/Incorrect loading order of DBIx::Class::UTF8Columns.+affect other components overriding store_column \(A::Comp\)/ ); my $schema = DBICTest->init_schema();