We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eba71cb commit 66d485cCopy full SHA for 66d485c
dav.t
@@ -119,13 +119,18 @@ EOF
119
120
like($r, qr/201 Created.*(Content-Length|\x0d\0a0\x0d\x0a)/ms, 'mkcol');
121
122
+SKIP: {
123
+skip 'perl too old', 1 if !$^V or $^V lt v5.12.0;
124
+
125
TODO: {
126
local $TODO = 'not yet' unless $t->has_version('1.17.7');
127
128
like($r, qr!(?(?{ $r =~ /Location/ })Location: /test/)!, 'mkcol location');
129
130
}
131
132
+}
133
134
$r = http(<<EOF);
135
COPY /test/ HTTP/1.1
136
Host: localhost
0 commit comments