Skip Menu |

This queue is for tickets about the HTML-Latex CPAN distribution.

Report information
The Basics
Id: 38343
Status: new
Priority: 0/
Queue: HTML-Latex

People
Owner: Nobody in particular
Requestors: f2002143 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.0
Fixed in: (no value)



Subject: Conf file specified in the args is not used by html2latex
html2latex accepts conf file as a parameter but in the code it doesnt use that while creating a HTML::Latex() object. while creating a parser object the current code is $parser = new HTML::Latex(); It should have been $parser = new HTML::Latex($conffile);