diff options
author | bremner <bremner@web> | 2008-09-12 21:09:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-12 21:09:50 -0400 |
commit | ec6cd6fff8682b8b35007eabc3d587535bdb91e3 (patch) | |
tree | e7d6b53709053735b506775704a6b420bec5f056 /doc | |
parent | 0187c2ba0da890383317817487d3efe10c788060 (diff) | |
download | ikiwiki-ec6cd6fff8682b8b35007eabc3d587535bdb91e3.tar ikiwiki-ec6cd6fff8682b8b35007eabc3d587535bdb91e3.tar.gz |
more difficulties with IkiWiki::Setup::load
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]] |