diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:53:33 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-02 06:53:33 +0000 |
commit | 3b0fce93e40e5457b63ceda9692901539eb4fc82 (patch) | |
tree | 6ec49880ee55519bb0cbdac6fa02f9f11d45b8be /IkiWiki/CGI.pm | |
parent | 3ea8c882f296dcf66163b0c9b58254a2b93e06ae (diff) | |
download | ikiwiki-3b0fce93e40e5457b63ceda9692901539eb4fc82.tar ikiwiki-3b0fce93e40e5457b63ceda9692901539eb4fc82.tar.gz |
* 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.
Diffstat (limited to 'IkiWiki/CGI.pm')
-rw-r--r-- | IkiWiki/CGI.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/CGI.pm b/IkiWiki/CGI.pm index 74ed2f217..e219c8c1c 100644 --- a/IkiWiki/CGI.pm +++ b/IkiWiki/CGI.pm @@ -2,6 +2,7 @@ use warnings; use strict; +use IkiWiki; use IkiWiki::UserInfo; package IkiWiki; |