checking again instructions, HTML::Scrubber does not fail in tests with a clean install.
authorhttp://poisonbit.wordpress.com/ <poisonbit@web>
Fri, 3 Sep 2010 16:06:18 +0000 (16:06 +0000)
committerJoey Hess <joey@kitenet.net>
Fri, 3 Sep 2010 16:06:18 +0000 (16:06 +0000)
doc/install/discussion.mdwn

index 3cefbd2095e5e19ca1f50f767c261f3ea82d707b..a6ce1eee34f9c2051057206594f9230317f48f33 100644 (file)
@@ -301,14 +301,14 @@ As plain user ($):
         cpanm CGI::Session
         cpanm HTML::Parser
         cpanm HTML::Template
-        cpanm -f HTML::Scrubber    # tests failed
+        cpanm HTML::Scrubber
         cpanm Text::Markdown
         cpanm URI
         cd ..
         tar -zxf ikiwiki_3.20100831.tar.gz
         cd ikiwiki/
         perl Makefile.PL INSTALL_BASE= PREFIX=/home/$USER/.perl5
-        make tests   # All tests successful
+        make test    # All tests successful.
         make install INSTALL_BASE=/home/$USER/.perl5
         . ~/.bashrc