in reply to RFC: Wider scope for HTML::TokeParser::Simple
Honestly why?
Ok, forget that for a second, do you have any clue as to what kind of a user base you've got (or rather your module -- how many people use it)?
In the very least I think you should either do like the HTML::Parser folk did, and make with a
or just go with a namespace change HTML::TokeParser::Simpler. This really depends on if you're going to put in the work to keep the old style api, or just changing things around completely (even if its mostly cosmetic).HTML::TokeParser::Simple->new ( api_version => 3 );
Other than that I only have a question, are you going to go with AUTOLOAD now?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: RFC: Wider scope for HTML::TokeParser::Simple
by Ovid (Cardinal) on Jul 10, 2002 at 21:00 UTC | |
by PodMaster (Abbot) on Jul 12, 2002 at 07:23 UTC |