projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35349db
)
fix the skip check for using qr// objects as a buffer
author
Tony Cook
<tony@develop-help.com>
Mon, 28 Jul 2014 11:11:39 +0000
(21:11 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 28 Jul 2014 11:11:39 +0000
(21:11 +1000)
previously it always skipped
t/200-file/010-iolayer.t
patch
|
blob
|
blame
|
history
diff --git
a/t/200-file/010-iolayer.t
b/t/200-file/010-iolayer.t
index 079e691f2077a446ecedcead9671064fadc67b57..c14d1d3e0775dd0090d0b0b578800595dc603924 100644
(file)
--- a/
t/200-file/010-iolayer.t
+++ b/
t/200-file/010-iolayer.t
@@
-906,7
+906,7
@@
SKIP:
[ 1000, "IV" ],
[ 1000.1, "NV" ],
[ qr/abcd/, "regexp",
- $
> >= 5.012
&& "Can't use regexps as a buffer before 5.14" ],
+ $
] < 5.014
&& "Can't use regexps as a buffer before 5.14" ],
);
for my $test (@buffer_tests) {
my ($val, $note, $skip) = @$test;