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. --- Bundle/IkiWiki.pm | 1 + Bundle/IkiWiki/Extras.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'Bundle') diff --git a/Bundle/IkiWiki.pm b/Bundle/IkiWiki.pm index d6c344d6a..532006baf 100644 --- a/Bundle/IkiWiki.pm +++ b/Bundle/IkiWiki.pm @@ -28,6 +28,7 @@ CGI::Session Mail::Sendmail CGI Data::Dumper +YAML =head1 AUTHOR diff --git a/Bundle/IkiWiki/Extras.pm b/Bundle/IkiWiki/Extras.pm index 64e907306..8b97d893d 100644 --- a/Bundle/IkiWiki/Extras.pm +++ b/Bundle/IkiWiki/Extras.pm @@ -34,7 +34,6 @@ Text::WikiCreole Term::ReadLine::Gnu HTML::Tree Sort::Naturally -YAML =head1 AUTHOR -- cgit v1.2.3