improve comments

master
Joey Hess 2010-03-19 15:36:33 -04:00
parent bbe1f2e493
commit 10f8a2c858
1 changed files with 1 additions and 2 deletions

View File

@ -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]);
}