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/Rcs/SVN.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/Rcs/SVN.pm')
-rw-r--r-- | IkiWiki/Rcs/SVN.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Rcs/SVN.pm b/IkiWiki/Rcs/SVN.pm index 358f46948..b45b69197 100644 --- a/IkiWiki/Rcs/SVN.pm +++ b/IkiWiki/Rcs/SVN.pm @@ -3,6 +3,7 @@ use warnings; use strict; +use IkiWiki; package IkiWiki; |