projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbe1f2e
)
improve comments
author
Joey Hess
<joey@gnu.kitenet.net>
Fri, 19 Mar 2010 19:36:33 +0000
(15:36 -0400)
committer
Joey Hess
<joey@gnu.kitenet.net>
Fri, 19 Mar 2010 19:36:33 +0000
(15:36 -0400)
IkiWiki/Setup/Standard.pm
patch
|
blob
|
history
diff --git
a/IkiWiki/Setup/Standard.pm
b/IkiWiki/Setup/Standard.pm
index 92e97c4b41fcbaed41b1a4ca2e787da7913f0526..33b578e12c0a2672c864b7ac4ccfbe2e33c2ad4e 100644
(file)
--- a/
IkiWiki/Setup/Standard.pm
+++ b/
IkiWiki/Setup/Standard.pm
@@
-1,6
+1,4
@@
#!/usr/bin/perl
-# Standard ikiwiki setup module.
-# Parameters to import should be all the standard ikiwiki config stuff.
package IkiWiki::Setup::Standard;
@@
-8,6
+6,7
@@
use warnings;
use strict;
use IkiWiki;
+# Parameters to import should be all the standard ikiwiki config, in a hash.
sub import {
IkiWiki::Setup::merge($_[1]);
}