in reply to introspection, or running pod2html on itself
Instead, if you really want to internally pack your documentation so you only need to ship one executable file, I would suggest you run pod2html yourself, and stuff that into a __DATA__ block in one of the compiled script files. Then your --makedoc command can regurgitate that stuff into .html files directly.
I haven't used pp much; maybe it can even include various non-Perl files which are required by the executable. Then you wouldn't even need a __DATA__ hack to include the html content.
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: introspection, or running pod2html on itself
by punkish (Priest) on Sep 15, 2005 at 15:11 UTC | |
by radiantmatrix (Parson) on Sep 15, 2005 at 20:38 UTC |