# HG changeset patch # User Sergey Kandaurov # Date 1624957045 -10800 # Node ID 9fac05e479fa8293df115cdbcb1367b7fe130fd4 # Parent 7d133fc4619d98e53a7d2ea5543d897ef58a663f Tests: http_uri.t TODO adjusted. diff --git a/http_uri.t b/http_uri.t --- a/http_uri.t +++ b/http_uri.t @@ -77,7 +77,7 @@ like(http_get('http://localhost:8080?arg 'port args and frag'); TODO: { -local $TODO = 'not yet'; +local $TODO = 'not yet' unless $t->has_version('1.21.1'); like(http_get('/ /'), qr/400 Bad/, 'space');