checking again instructions, HTML::Scrubber does not fail in tests with a clean install.
parent
095b9f1ef5
commit
538bf32181
|
@ -301,14 +301,14 @@ As plain user ($):
|
||||||
cpanm CGI::Session
|
cpanm CGI::Session
|
||||||
cpanm HTML::Parser
|
cpanm HTML::Parser
|
||||||
cpanm HTML::Template
|
cpanm HTML::Template
|
||||||
cpanm -f HTML::Scrubber # tests failed
|
cpanm HTML::Scrubber
|
||||||
cpanm Text::Markdown
|
cpanm Text::Markdown
|
||||||
cpanm URI
|
cpanm URI
|
||||||
cd ..
|
cd ..
|
||||||
tar -zxf ikiwiki_3.20100831.tar.gz
|
tar -zxf ikiwiki_3.20100831.tar.gz
|
||||||
cd ikiwiki/
|
cd ikiwiki/
|
||||||
perl Makefile.PL INSTALL_BASE= PREFIX=/home/$USER/.perl5
|
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
|
make install INSTALL_BASE=/home/$USER/.perl5
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue