]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Setup.pm
* YA utf-8 patch from Recai, this time to fix previewing a page so that
[ikiwiki.git] / IkiWiki / Setup.pm
index 0c8ad9208d50768d8f2eb37473ddc2f5d85187f4..9f210dec896e136c8f9536348fa07626fdda2c9d 100644 (file)
@@ -2,6 +2,7 @@
 
 use warnings;
 use strict;
+use IkiWiki;
 
 package IkiWiki;
 
@@ -19,6 +20,7 @@ sub setup () { # {{{
 
        eval $code;
        error($@) if $@;
+
        exit;
 } #}}}