changeset 298:e491290fe83a

Tests: adjust perl.t TODO.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 11 Jun 2013 22:05:58 +0400
parents 389cee4c78aa
children 44c42894fdfd
files perl.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/perl.t
+++ b/perl.t
@@ -111,7 +111,7 @@ like(http(
 ), qr/xfoo: foo/, 'perl header_in unknown');
 
 TODO: {
-local $TODO = 'broken in 1.3.14';
+local $TODO = 'broken in 1.3.14' unless $t->has_version('1.5.2');
 
 like(http(
 	'GET / HTTP/1.0' . CRLF