projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b4c99fb
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/71mysql.t
b/t/71mysql.t
index
e492417
..
9683451
100644
(file)
--- 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!';
}