From 9df8971e5746a801449e85da38d54dea071b7303 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 24 Mar 2011 21:30:18 -0400 Subject: Yaml formatted setup files are now produced by default This has been a while coming. It turns out that non-excutable setup files have a number of benefits. Also, I find YAML setup files easier to edit myself, and I suspect many users will prefer not needing to deal with perl syntax. --- IkiWiki.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'IkiWiki.pm') diff --git a/IkiWiki.pm b/IkiWiki.pm index 1c05a7aa5..fdf3e5c47 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -485,7 +485,7 @@ sub getsetup () { }, setuptype => { type => "internal", - default => "Standard", + default => "Yaml", description => "perl class to use to dump setup file", safe => 0, rebuild => 0, @@ -505,7 +505,6 @@ sub defaultconfig () { foreach my $key (keys %s) { push @ret, $key, $s{$key}->{default}; } - use Data::Dumper; return @ret; } -- cgit v1.2.3