Subject: | processing symbolic links / minor doc changes |
I've just had a look at your module for generating local perl doc
library. All looks great - many thanks for taking to time to release this.
Couple of very minor points that caused me to scratch my head for a few
minutes:
1) The main docs for mpod2html actually mention pod2html rather than
mpod2html (TITLE, SYNOPSIS). For a second I thought this was going to
overwrite the pod2html script - obviously this wasn't the case.
2) Symbolic links don't seem to be resolved when checking for input
files, e.g. specifying a symbolic link to the input directory rather
than the directory itself makes the script hang.
ln -s /my/svn/perl/trunk/lib /home/me/localperllib
mpod2html /home/me/localperllib
+++ Searching for POD documents
<...hang...>
mpod2html /my/svn/perl/trunk/lib
+++ Searching for POD documents
<works fine>
HTH - Cheers,
Ian