Hi Charles,
Thanks for the bug report!
The issue was due to the fact that the parsing of POD was not
sophisticated enough to properly parse files that have variables
containing POD-like strings in version 0.2.3. In version 0.2.4, I tried
to fix that but my code was not good enough, hence the bug you
experienced. Hence, in the just released version 0.2.5, I am resorting
to using Perl::Tidy to properly pull POD from Perl files. It seems to
work well, even with the file you provided.
Florent