Subject: | Missing shebang in podhtmleasy.pl |
The subject says it all. I also get some warnings if running podhtmleasy.pl
with the -w switch:
False [] range "\w-" in regex; marked by <-- HERE in m/([\w-]+\@[\w-]+(?:\.[\w- <-- HERE \.]+\.[\w-]+|\.[\w-]+|))/ at /usr/local/lib/perl5/site_perl/5.8.0/Pod/HtmlEasy/Parser.pm line 32.
Scalar value @ARGV[0] better written as $ARGV[0] at /usr/local/bin/podhtmleasy.pl line 31.
Use of uninitialized value in string ne at /usr/local/lib/perl5/site_perl/5.8.0/Pod/HtmlEasy/Parser.pm line 351, <GEN0> line 2.
False [] range "\w-" in regex; marked by <-- HERE in m/((?s-xim:([\w-]+\@[\w-]+(?:\.[\w- <-- HERE \.]+\.[\w-]+|\.[\w-]+|))))/ at /usr/local/lib/perl5/site_perl/5.8.0/Pod/HtmlEasy/Parser.pm line 575, <GEN0> line 2.
Use of uninitialized value in string ne at /usr/local/lib/perl5/site_perl/5.8.0/Pod/HtmlEasy/Parser.pm line 473, <GEN0> line 4.
Use of uninitialized value in string ne at /usr/local/lib/perl5/site_perl/5.8.0/Pod/HtmlEasy/Parser.pm line 351, <GEN0> line 6.
... (and more).
Regards,