aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/UserInfo.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-02 06:53:33 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-02 06:53:33 +0000
commit3b0fce93e40e5457b63ceda9692901539eb4fc82 (patch)
tree6ec49880ee55519bb0cbdac6fa02f9f11d45b8be /IkiWiki/UserInfo.pm
parent3ea8c882f296dcf66163b0c9b58254a2b93e06ae (diff)
downloadikiwiki-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/UserInfo.pm')
-rw-r--r--IkiWiki/UserInfo.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/UserInfo.pm b/IkiWiki/UserInfo.pm
index 9a165dad1..fabe495bb 100644
--- a/IkiWiki/UserInfo.pm
+++ b/IkiWiki/UserInfo.pm
@@ -3,6 +3,7 @@
use warnings;
use strict;
use Storable;
+use IkiWiki;
package IkiWiki;