
WWW::Adblock::RegexFilter - implement a single Adblock filter

Used by WWW::Adblock to implement a single filter. Should not be called by an end user.
my $f = WWW::Adblock::Filter->new();
Creates a new object. Returns undef on failure or itself on success.
$f->_from_text("filter text");
Called by new to setup the filter.