aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-06 16:10:47 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-06 16:10:47 -0400
commitfea76a11bc3673bc6fb523cffd8c325982bf44f7 (patch)
treeaada35d3c682f2e27501925d39517afb4f313cb8 /debian
parentf504df45bc57a03aae5173e871bcd5a39e706475 (diff)
downloadikiwiki-fea76a11bc3673bc6fb523cffd8c325982bf44f7.tar
ikiwiki-fea76a11bc3673bc6fb523cffd8c325982bf44f7.tar.gz
remove: Avoid $_ breakage. (Stupid, stupid perl.)
This avoids another one of those $_ scoping issues where a deep call to a function that changes $_ clobbers the array that is being looped over.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index fc1eb4819..2b51dd2d6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ikiwiki (2.67) UNRELEASED; urgency=low
+
+ * remove: Avoid $_ breakage. (Stupid, stupid perl.)
+
+ -- Joey Hess <joeyh@debian.org> Mon, 06 Oct 2008 16:07:50 -0400
+
ikiwiki (2.66) unstable; urgency=low
* recentchanges: Fix redirects to non-page files.