diff options
author | Joey Hess <joey@kitenet.net> | 2011-07-30 19:59:54 +0200 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-07-30 20:12:33 +0200 |
commit | d2cf71687665f4237c73954892f7bc6a611afbba (patch) | |
tree | afe0bf14e6f6852eb59dc6205daa350033011939 /debian | |
parent | 739c62613151ce58ced6e94af60a85a613fee931 (diff) | |
download | ikiwiki-d2cf71687665f4237c73954892f7bc6a611afbba.tar ikiwiki-d2cf71687665f4237c73954892f7bc6a611afbba.tar.gz |
Avoid using named capture groups in heredoc code for oldperl compatability.
Also reordered heredoc part of regexp for consistency.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 66389f3fb..193600f45 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ ikiwiki (3.20110716) UNRELEASED; urgency=low regexp blowup. * Fix escaping of html entities in permalinks. * Fix escaping of html entities in tag names. + * Avoid using named capture groups in heredoc code for oldperl compatability. -- Joey Hess <joeyh@debian.org> Tue, 19 Jul 2011 11:22:52 -0400 |