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