diff options
author | http://users.itk.ppke.hu/~cstamas/openid/ <http://users.itk.ppke.hu/~cstamas/openid/@web> | 2010-03-26 08:58:41 +0000 |
---|---|---|
committer | Joey Hess <joey@finch.kitenet.net> | 2010-03-26 08:58:41 +0000 |
commit | 99b402cd622d38cb8337498d8fdb4f135e8be03c (patch) | |
tree | 81e0d1baedaf5c7275a27f043c90c27484ff14bd | |
parent | 22b9582cddfcb0ee073c99f8867537f67d79fc38 (diff) | |
download | ikiwiki-99b402cd622d38cb8337498d8fdb4f135e8be03c.tar ikiwiki-99b402cd622d38cb8337498d8fdb4f135e8be03c.tar.gz |
line break for better view
-rw-r--r-- | doc/bugs/ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn b/doc/bugs/ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn index 7f8045164..5dd4bc780 100644 --- a/doc/bugs/ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn +++ b/doc/bugs/ikiwiki-transition_does_not_set_perl_moduels_path_properly.mdwn @@ -5,7 +5,9 @@ When installing ikiwiki the perl module path is setup correctly This is not true for ikiwiki-transition: $ PATH=/usr/local/ikiwiki-3.20100312/bin ikiwiki-transition prefix_directives ikiwiki.setup - Can't locate IkiWiki.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) at /usr/local/ikiwiki-3.20100312/bin/ikiwiki-transition line 4. + Can't locate IkiWiki.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.10.0 + /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl .) + at /usr/local/ikiwiki-3.20100312/bin/ikiwiki-transition line 4. BEGIN failed--compilation aborted at /usr/local/ikiwiki-3.20100312/bin/ikiwiki-transition line 4. The missing line should be added. |