Sun Jan 18 23:13:04 2009dblohm7 [...] teamohms.org - Ticket created
Subject:
Bug in CSS 1.08
Date:
Sun, 18 Jan 2009 20:52:03 -0700
To:
bug-CSS [...] rt.cpan.org
From:
Aaron Klotz <dblohm7 [...] teamohms.org>
In CSS 1.08, while stepping through the perl debugger, I noticed that
when executing parse_string, line 74:
my $parser_obj = new $self->{parser};
the wrong constructor is executed. Instead of the parser's constructor,
the constructor for the CSS class is executed.