projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
bced0ad
)
Fix POISON_ENV warning missed in both 5c33c8be and 44c1a75d
Peter Rabbitson [Thu, 30 Jun 2016 19:55:55 +0000 (21:55 +0200)]
t/lib/DBICTest/BaseSchema.pm
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/DBICTest/BaseSchema.pm
b/t/lib/DBICTest/BaseSchema.pm
index
53036d3
..
aaaf955
100644
(file)
--- a/
t/lib/DBICTest/BaseSchema.pm
+++ b/
t/lib/DBICTest/BaseSchema.pm
@@
-96,7
+96,7
@@
if( $ENV{DBICTEST_ASSERT_NO_SPURIOUS_EXCEPTION_ACTION} ) {
(
caller(0) eq 'main'
and
- (caller(1))[0] !~ $interesting_ns_rx
+ ( (caller(1))[0] || '' ) !~ $interesting_ns_rx
)
);