report trouble trying to use IkiWiki::Setup::load outside ikiwiki
authorbremner <bremner@web>
Sun, 31 Aug 2008 19:47:01 +0000 (15:47 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 31 Aug 2008 19:47:01 +0000 (15:47 -0400)
doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn [new file with mode: 0644]

diff --git a/doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn b/doc/bugs/IkiWiki::Setup::load__40____41___broken_outside_ikiwiki__63__.mdwn
new file mode 100644 (file)
index 0000000..a7ad54d
--- /dev/null
@@ -0,0 +1,14 @@
+Hmm, according to the docs, shouldn't the following work?
+<pre>
+[ 74 ikipostal/test ]  ikiwiki --dumpsetup out.setup foo bar
+[ 75 ikipostal/test ]  perl -MIkiWiki::Setup -e'IkiWiki::Setup::load("out.setup");'
+out.setup: Can't use an undefined value as an ARRAY reference at /usr/share/perl5/IkiWiki/Setup.pm line 37.
+BEGIN failed--compilation aborted at (eval 15) line 233.
+</pre>
+
+From looking at the code, it seems that a global hash %config should be 
+initialized somehow.
+
+This is in ikiwiki 2.62.1. I think this call used to work in 2.54 (when you first refactored the setup IIRC)
+
+[[DavidBremner]]