summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-29 18:40:41 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-29 18:40:41 -0400
commit75a096d056270d5b20f19a55416436d731654105 (patch)
treecff81f6b8bb11bb5779770a8b2efc70b3ac3a46d /debian
parenta8d9f1c5cd1bbceef5d946aae54e0432b7bfb40a (diff)
Work around perl $_ scoping nonsense that caused breakage when loading external plugins.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c6fa4261c..46c40bf5e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ ikiwiki (2.63) UNRELEASED; urgency=low
* Typo. Closes: #497003
* Ignore failure to install files into /etc, in case install is running as
non-root.
+ * Work around perl $_ scoping nonsense that caused breakage when loading
+ external plugins.
-- Joey Hess <joeyh@debian.org> Thu, 28 Aug 2008 16:08:18 -0400