Hi,
I'm so happy to use pdoc for my modules
documentations that I want to use it for other perl files
(cgi,classical perl script).
To do that, I put a new filter in the perlmodwww.pl but
the program still don't want to parse cgi and pl files
because it can not find the string "package" in the files
What can I do ?
thanks
Logged In: YES
user_id=293029
So far Pdoc and perlmod2www.pl don't support scripts. I
guess it would be relatively easy to extend the current library
to handle that.
The Pdoc::Parsers::Files::PerlScript,
Pdoc::Html::Converters::PerlScript and
Pdoc::Html::Renderers::PerlScript modules should be written
and perlmod2www.pl should take care of decision making on
which one to use (it sould be called perl2www.pl at that
point ;-) ).
I hope to be able to work on these at some point.
Cheers.
Raphael