X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F97result_class.t;h=fe2efe30a7525ceee3fcb1398d880f8660dcbf48;hb=908aa1bb761ec1da5c061fe9f687598e3f1934bc;hp=ab0863dc6f044577a705b6ce16b7554f73ed1784;hpb=fe0708a2d68b5d34b6bc6f7e70164c3e569f1dd0;p=dbsrgits%2FDBIx-Class.git diff --git a/t/97result_class.t b/t/97result_class.t index ab0863d..fe2efe3 100644 --- a/t/97result_class.t +++ b/t/97result_class.t @@ -32,7 +32,7 @@ plan tests => 12; throws_ok { $artist_rs->first - } qr/Can't locate object method "inflate_result" via package "IWillExplode"/, + } qr/\QInflator IWillExplode does not provide an inflate_result() method/, 'IWillExplode explodes on inflate'; my $cd_rs = $artist_rs->related_resultset('cds');