Skip Menu |

This queue is for tickets about the Pod-HtmlEasy CPAN distribution.

Report information
The Basics
Id: 6062
Status: resolved
Priority: 0/
Queue: Pod-HtmlEasy

People
Owner: Nobody in particular
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.04
Fixed in: 1.0000



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,
Fixed in 0.0803. use strict in force for all modules