]> sipb.mit.edu Git - ikiwiki.git/commitdiff
more difficulties with IkiWiki::Setup::load
authorbremner <bremner@web>
Sat, 13 Sep 2008 01:09:50 +0000 (21:09 -0400)
committerJoey Hess <joey@kitenet.net>
Sat, 13 Sep 2008 01:09:50 +0000 (21:09 -0400)
doc/bugs/Does_IkiWiki::Setup::load__40____41___really_return_a_hash__63__.mdwn [new file with mode: 0644]

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 (file)
index 0000000..8989414
--- /dev/null
@@ -0,0 +1,8 @@
+Yes, it's me again :-)
+
+Shouldn't this print a bunch of output (admittedly not very nicely formatted).
+<pre>
+[ 10 rocinante  ~/tmp ]  ikiwiki --dumpsetup foo.setup
+[ 11 rocinante  ~/tmp ]  perl -M'IkiWiki::Setup' -e 'print IkiWiki::Setup::load("foo.setup");'
+</pre>
+I get nothing with ikiwiki 2.63 [[DavidBremner]]