diff options
-rw-r--r-- | IkiWiki/Wrapper.pm | 2 | ||||
-rwxr-xr-x | ikiwiki | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/IkiWiki/Wrapper.pm b/IkiWiki/Wrapper.pm index 62d284eb6..4966c453a 100644 --- a/IkiWiki/Wrapper.pm +++ b/IkiWiki/Wrapper.pm @@ -33,7 +33,7 @@ sub gen_wrapper () { #{{{ EOF } - $Data::Dumper::Indent=0; + $Data::Dumper::Indent=0; # no newlines my $configstring=Data::Dumper->Dump([\%config], ['*config']); $configstring=~s/\\/\\\\/g; $configstring=~s/"/\\"/g; @@ -7,7 +7,6 @@ use lib '.'; # For use without installation, removed by Makefile. package IkiWiki; use warnings; use strict; -use Memoize; use File::Spec; use HTML::Template; @@ -426,8 +425,6 @@ sub globlist_match ($$) { #{{{ } #}}} # main {{{ -memoize('pagename'); -memoize('bestlink'); if ($config{setup}) { require IkiWiki::Setup; setup(); |