ikiwiki/IkiWiki
Joey Hess 799b93d258 don't check $@ after pagespec_translate
pagespec_translate may set $@ if it fails to parse a pagespec, but
due to memoization, this is not reliable. If a memoized call is repeated,
and $@ is already set for some other reason previously, it will remain
set through the call to pagespec_translate.

Instead, just check if pagespec_translate returns undef.
2010-03-28 20:23:22 -04:00
..
Plugin
Setup
CGI.pm
Receive.pm
Render.pm don't check $@ after pagespec_translate 2010-03-28 20:23:22 -04:00
Setup.pm
UserInfo.pm
Wrapper.pm use __TINYC__ define to avoid tinyc compat fixes breaking FreeBSD 2010-03-28 18:27:23 -04:00