diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-12 21:19:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-12 21:19:35 -0400 |
commit | f1e29d04a603351bd92780d1349d848b0eceba05 (patch) | |
tree | 3ab36f0dba9a4e5ba573599cabfc8c2791a1f113 /doc | |
parent | e1bca54a59c81494b2ee3b9f97da432a6a38d06a (diff) | |
parent | ec6cd6fff8682b8b35007eabc3d587535bdb91e3 (diff) | |
download | ikiwiki-f1e29d04a603351bd92780d1349d848b0eceba05.tar ikiwiki-f1e29d04a603351bd92780d1349d848b0eceba05.tar.gz |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/Does_IkiWiki::Setup::load__40____41___really_return_a_hash__63__.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
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). +<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]] |