From 2a45484e84be736b43db513af00946c0eb514ae3 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 31 May 2019 14:00:41 +0100 Subject: make work --- INF/ILO.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INF/ILO.pm b/INF/ILO.pm index 129a0d0..99da2ea 100644 --- a/INF/ILO.pm +++ b/INF/ILO.pm @@ -213,7 +213,7 @@ sub view($) { } my $content = $res->content; - unless ( $content =~ /Netscape'\) {(.*)}[\s\n]*else if/s ) { + unless ( $content =~ /Netscape'\) \{(.*)}[\s\n]*else if/s ) { print STDERR "returned html doesn't look right\n"; return -1; } -- cgit v1.2.3