From: bremner Date: Sat, 13 Sep 2008 01:09:50 +0000 (-0400) Subject: more difficulties with IkiWiki::Setup::load X-Git-Tag: 2.64~17^2 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/ec6cd6fff8682b8b35007eabc3d587535bdb91e3 more difficulties with IkiWiki::Setup::load --- diff --git a/doc/bugs/Does_IkiWiki::Setup::load__40____41___really_return_a_hash__63__.mdwn b/doc/bugs/Does_IkiWiki::Setup::load__40____41___really_return_a_hash__63__.mdwn new file mode 100644 index 000000000..898941474 --- /dev/null +++ b/doc/bugs/Does_IkiWiki::Setup::load__40____41___really_return_a_hash__63__.mdwn @@ -0,0 +1,8 @@ +Yes, it's me again :-) + +Shouldn't this print a bunch of output (admittedly not very nicely formatted). +
+[ 10 rocinante  ~/tmp ]  ikiwiki --dumpsetup foo.setup
+[ 11 rocinante  ~/tmp ]  perl -M'IkiWiki::Setup' -e 'print IkiWiki::Setup::load("foo.setup");'
+
+I get nothing with ikiwiki 2.63 [[DavidBremner]]