aboutsummaryrefslogtreecommitdiff
path: root/Bundle
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-03-24 21:30:18 -0400
committerJoey Hess <joey@kitenet.net>2011-03-24 21:30:18 -0400
commit9df8971e5746a801449e85da38d54dea071b7303 (patch)
tree00e1082773b6e5a0e297d114abf71d7a6b905d1f /Bundle
parent7821965ef0c8c49b233d8abb621af33f1f7a31bd (diff)
downloadikiwiki-9df8971e5746a801449e85da38d54dea071b7303.tar
ikiwiki-9df8971e5746a801449e85da38d54dea071b7303.tar.gz
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.
Diffstat (limited to 'Bundle')
-rw-r--r--Bundle/IkiWiki.pm1
-rw-r--r--Bundle/IkiWiki/Extras.pm1
2 files changed, 1 insertions, 1 deletions
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