Skip Menu |

This queue is for tickets about the CSS CPAN distribution.

Report information
The Basics
Id: 42509
Status: new
Priority: 0/
Queue: CSS

People
Owner: Nobody in particular
Requestors: dblohm7 [...] teamohms.org
Cc:
AdminCc:

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



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.