diff options
author | bremner <bremner@web> | 2009-08-29 07:16:57 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-08-29 07:16:57 -0400 |
commit | a0de415ae0bdfef3aa12bc4201f72c6dedbe021d (patch) | |
tree | 239778518a4fc87408abf664e2de166a7a115fb3 | |
parent | a4c9a8461cc85377f8c88a62f2f980a0c7e2a042 (diff) | |
download | ikiwiki-a0de415ae0bdfef3aa12bc4201f72c6dedbe021d.tar ikiwiki-a0de415ae0bdfef3aa12bc4201f72c6dedbe021d.tar.gz |
build failure on nearlyfreespeech.net
-rw-r--r-- | doc/tips/nearlyfreespeech/discussion.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/tips/nearlyfreespeech/discussion.mdwn b/doc/tips/nearlyfreespeech/discussion.mdwn new file mode 100644 index 000000000..3d4dc732d --- /dev/null +++ b/doc/tips/nearlyfreespeech/discussion.mdwn @@ -0,0 +1,9 @@ +with version 3.141592 I get +<pre> +HOME=/home/me /usr/bin/perl -Iblib/lib ikiwiki.out -libdir . -dumpsetup ikiwiki.setup +Failed to load plugin IkiWiki::Plugin::inline: Can't use global $_ in "my" at IkiWiki/Plugin/inline.pm line 198, near "my $_" +Compilation failed in require at (eval 19) line 2. +BEGIN failed--compilation aborted at (eval 19) line 2. +</pre> + +perl is 5.8.9 |