sub parse {
my ($self, $bbcode) = @_;
return if(!defined $bbcode);
$self->{_stack} = (); # <- causes the modul to die when nothing has
been found
fix: $self->{_stack} = [];
This queue is for tickets about the HTML-BBCode CPAN distribution.
The Basics
People
|
Bug Information
|