aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/weird_syntax_in_aggregate.pm.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-28 21:01:56 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-28 21:01:56 +0000
commitc0f88082323b74d934c8c2d50666418bcd56b3c9 (patch)
tree1c0749dd62dc2995713ff604742978747133d987 /doc/bugs/weird_syntax_in_aggregate.pm.mdwn
parent80d4d1d26de5da6416793a93d14c62d44ca064b2 (diff)
downloadikiwiki-c0f88082323b74d934c8c2d50666418bcd56b3c9.tar
ikiwiki-c0f88082323b74d934c8c2d50666418bcd56b3c9.tar.gz
* Various minor bug fixes for silly mistakes in the code, thanks to the
various reviewers.
Diffstat (limited to 'doc/bugs/weird_syntax_in_aggregate.pm.mdwn')
-rw-r--r--doc/bugs/weird_syntax_in_aggregate.pm.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/weird_syntax_in_aggregate.pm.mdwn b/doc/bugs/weird_syntax_in_aggregate.pm.mdwn
index 2be88cd3b..632ff2c35 100644
--- a/doc/bugs/weird_syntax_in_aggregate.pm.mdwn
+++ b/doc/bugs/weird_syntax_in_aggregate.pm.mdwn
@@ -4,4 +4,6 @@
It looks like the intent was "open this file, and die if you can't",
but I'm pretty sure it actually means "open this file and ignore errors
silently". Shouldn't this be `open(IN, $file) || die "$file: $!";`
-(i.e. with the parens before the call to `die`)? --Ethan \ No newline at end of file
+(i.e. with the parens before the call to `die`)? --Ethan
+
+> Thanks, [[done]] --[[Joey]]