Fix test error failing after "undef\n=>" was fixed to stringify
Peter Rabbitson [Sun, 21 Jul 2013 11:48:00 +0000 (13:48 +0200)]
http://perl5.git.perl.org/perl.git/commit/21791330af

t/71mysql.t

index e492417..9683451 100644 (file)
@@ -264,7 +264,7 @@ NULLINSEARCH: {
 
     my $artist = $artist2_rs->single;
 
-    is $artist => undef
+    is $artist => undef,
       => 'Nothing Found!';
 }