summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
29cd461)
In particular, perl warns if a qw{} contains a #, but openids can.
If the setup file has 'use warnings', it will turn warning messages back
on, so it seems reasonable to squelch them by default.
if ($1) {
error sprintf(gettext("cannot load %s in safe mode"), $file)
if $safemode;
if ($1) {
error sprintf(gettext("cannot load %s in safe mode"), $file)
if $safemode;
eval IkiWiki::possibly_foolish_untaint($content);
error("$file: ".$@) if $@;
}
eval IkiWiki::possibly_foolish_untaint($content);
error("$file: ".$@) if $@;
}