diff options
Diffstat (limited to 'www/p5-CGI-Kwiki/files/p5005-patch-CGI-Kwiki-Template.pm')
-rw-r--r-- | www/p5-CGI-Kwiki/files/p5005-patch-CGI-Kwiki-Template.pm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www/p5-CGI-Kwiki/files/p5005-patch-CGI-Kwiki-Template.pm b/www/p5-CGI-Kwiki/files/p5005-patch-CGI-Kwiki-Template.pm deleted file mode 100644 index 23bf24573e53..000000000000 --- a/www/p5-CGI-Kwiki/files/p5005-patch-CGI-Kwiki-Template.pm +++ /dev/null @@ -1,12 +0,0 @@ ---- lib/CGI/Kwiki/Template.pm.orig Fri Aug 29 09:30:19 2003 -+++ lib/CGI/Kwiki/Template.pm Wed Oct 15 11:37:23 2003 -@@ -71,7 +71,8 @@ - my ($self, $text, $v) = @_; - my $re; - $text = $self->loc($text); -- $re = qr/\[((?:(?>[^\[\]]+)|(??{$re}))*)\]/; -+ #$re = qr/\[((?:(?>[^\[\]]+)|(??{$re}))*)\]/; -+ $re = qr/\[((?:(?>[^\[\]]+)|\[[^\[\]]*\])*)\]/; - $text =~ s{$re} - {<a href="[% script %]?$1">$1</a>}g; - $text =~ s{\[%\s+(\w+)\s+%\]\n?} |