]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/tips/optimising_ikiwiki/discussion.mdwn
really generate HTML5 by default
[git.ikiwiki.info.git] / doc / tips / optimising_ikiwiki / discussion.mdwn
index 0bb8634715bb0de09b9c6051965e01c2651d009e..f8c01fe51d71863ee6c7ad329fa426dcc8d4f7b0 100644 (file)
@@ -15,3 +15,8 @@ Following the steps "Install Devel::NYTProf. PERL5OPT=-d:NYTProf. export PER5OPT
 Typing "export NYTPROF=sigexit=int,hup,pipe,bus,segv,term" and repeating ikiwiki and nytprofhtml commands has no effect.
 
 What do I do now? Where is the TROUBLESHOOTING file located? --[[users/svetlana]]
+
+
+Found <https://metacpan.org/pod/Devel::NYTProf#%22Profile-data-incomplete,-...%22-or-%22Profile-format-error:-...%22>, however, "export NYTPROF=sigexit=1" does not help either. Running "unset PER5OPT" before running nytprofhtml does not help either as well. That leaves this problem unsolved still. --[[users/svetlana]] Fri Feb  2 08:03:13 2018
+
+Fixed by exporting "PERL5OPT" rather than "PER5OPT"; fixing typo in documentation... --[[users/svetlana]]