diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 21:31:14 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-05-08 21:31:14 +0000 |
commit | 5c6b96967d70f41040e90671cff03e4a11239e63 (patch) | |
tree | fc7e1df1a395b78cdc5067d77e78057148312994 /IkiWiki | |
parent | 687928ead25cb8f62fdfc58c2e126264e0fb149a (diff) | |
download | ikiwiki-5c6b96967d70f41040e90671cff03e4a11239e63.tar ikiwiki-5c6b96967d70f41040e90671cff03e4a11239e63.tar.gz |
update
Diffstat (limited to 'IkiWiki')
-rw-r--r-- | IkiWiki/Plugin/testpagespec.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/testpagespec.pm b/IkiWiki/Plugin/testpagespec.pm index a0bb2ff31..77fab497e 100644 --- a/IkiWiki/Plugin/testpagespec.pm +++ b/IkiWiki/Plugin/testpagespec.pm @@ -25,9 +25,6 @@ sub preprocess (@) { #{{{ if ($ret) { return "match: $ret"; } - elsif (! defined $ret) { - return "match failed: $@"; - } else { return "no match: $ret"; } |