[EMAIL PROTECTED] [[EMAIL PROTECTED]] quoth: *>I have just noticed recently that Activestate has created a ppm file for my *>Games::QuizTaker module, which is on CPAN. However, I noticed that when I *>used ppm to install it on my home system(Win 98SE,ActiveState Perl 630), *>the only file that was installed was the module file under site/lib/Games. *>How would I go about getting the pod in an HTML format to be distributed *>along with the module?
Does Windows perl not come with pod2html? It's rudimentary but it works. Also, you should be sure to include all of the *.html in the MANIFEST file by using 'make manifest' before issuing 'make dist' [ or i guess nmake for win32 ?]. This is merely for AS and the users. On Unix, the *.html will not be installed with a 'make install' leaving the user to either find a place on the box to put them or run a pod2html on the .pm later. I don't think windows/AS perl is terribly different in this regard. e.
