I tried to release HTML::TokeParser::Simple 2.0 today, but I can't connect to PAUSE. Even pinging it gets nothing. For the time being, you can download it from this link.
It got bumped up a version number due to it being a fairly extensive revision. From the Changes file:
2.0 Sun Jun 1, 2003I'm particularly happy with the attribute munging methods. People repeatedly parse HTML to alter the attributes. Now you can do that on the fly:
# <p foo="bar">I'm particularly happy with the attribute munging methods. People repeatedly parse HTML to alter the attributes. Now you can do that on the fly.
Yay!
Re:Yay
Ovid on 2003-06-02T16:17:21
Glad you like it. People kept trying to change attributes, I kept posting examples of how to do it and I even had one in the POD. It was time to move it into the module itself. I think it's probably the single most useful feature I've put in there.