From 614af30dfb1d4b24d42ca2e3eed66784038ec398 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 4 Oct 2007 02:07:06 +0000 Subject: [PATCH] bah! THIS should fix munging of non-internal links, i hope --- bin/pod2x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pod2x b/bin/pod2x index 5c23ddd46..91dd8d656 100755 --- a/bin/pod2x +++ b/bin/pod2x @@ -106,7 +106,7 @@ foreach my $file ( open(RAW, "<$html/$name.rawwiki") or die $!; open(WIKI,">$html/$name.wiki" ) or die $!; while () { - s/\[\[([^#\/][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge; + s/\[\[([^#p][^\]]*)\]\]/"[[$html\/". w_e($1). "|$1]]"/ge; print WIKI $_; } close RAW; -- 2.11.0