]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove: Avoid $_ breakage. (Stupid, stupid perl.)
authorJoey Hess <joey@kodama.kitenet.net>
Mon, 6 Oct 2008 20:10:47 +0000 (16:10 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Mon, 6 Oct 2008 20:10:47 +0000 (16:10 -0400)
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.


No differences found