From: Peter Rabbitson Date: Sun, 21 Jul 2013 11:48:00 +0000 (+0200) Subject: Fix test error failing after "undef\n=>" was fixed to stringify X-Git-Tag: v0.08260~198 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5083f7de8a46b7c2007ab92f018b21b3ffa39a1e;p=dbsrgits%2FDBIx-Class.git Fix test error failing after "undef\n=>" was fixed to stringify http://perl5.git.perl.org/perl.git/commit/21791330af --- diff --git a/t/71mysql.t b/t/71mysql.t index e492417..9683451 100644 --- a/t/71mysql.t +++ b/t/71mysql.t @@ -264,7 +264,7 @@ NULLINSEARCH: { my $artist = $artist2_rs->single; - is $artist => undef + is $artist => undef, => 'Nothing Found!'; }