projects
/
p5sagit/Devel-Declare.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
faaf054
)
stringify version before comparing, as recommended by Zefram
Karen Etheridge [Mon, 11 Jul 2016 22:14:23 +0000 (15:14 -0700)]
t/debug.t
patch
|
blob
|
blame
|
history
diff --git
a/t/debug.t
b/t/debug.t
index
85e15b6
..
d7b93c3
100644
(file)
--- a/
t/debug.t
+++ b/
t/debug.t
@@
-4,7
+4,7
@@
use warnings;
use Test::More 0.88;
BEGIN {
- if($] eq "5.011002") {
+ if("$]" eq "5.011002") {
plan skip_all => "line debugging broken on 5.11.2";
}
}