From 98e27b5aefdacc26ef99eb80c0fd96a224f7f01c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 12 Aug 2013 00:27:14 -0700 Subject: [PATCH] =?utf8?q?diagnostics:=20don=E2=80=99t=20truncate=20wrappe?= =?utf8?q?d=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- lib/diagnostics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 6ccc3d0..eadb18b 100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm @@ -321,7 +321,7 @@ my %msg; while () { sub _split_pod_link { - $_[0] =~ '(?:([^|]*)\|)?([^/]*)(?:/("?)(.*)\3)?'; + $_[0] =~ m'(?:([^|]*)\|)?([^/]*)(?:/("?)(.*)\3)?'s; ($1,$2,$4); } -- 2.7.4