From 3b0fce93e40e5457b63ceda9692901539eb4fc82 Mon Sep 17 00:00:00 2001 From: joey Date: Tue, 2 May 2006 06:53:33 +0000 Subject: * Split off an IkiWiki.pm out of ikiwiki and have all the other modules use it, this will allow for adding a unit test suite. --- IkiWiki/Plugin/skeleton.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'IkiWiki/Plugin/skeleton.pm') diff --git a/IkiWiki/Plugin/skeleton.pm b/IkiWiki/Plugin/skeleton.pm index e8d3db0cc..c9a7a421d 100644 --- a/IkiWiki/Plugin/skeleton.pm +++ b/IkiWiki/Plugin/skeleton.pm @@ -5,6 +5,7 @@ package IkiWiki::Plugin::skeleton; use warnings; use strict; +use IkiWiki; sub import { #{{{ IkiWiki::register_plugin("preprocess", "skeleton", \&preprocess); -- cgit v1.2.3