The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

GunghoX::FollowLinks::Rule::HTML::SelectedTags - Follow Only On Selected Tags

SYNOPSIS

  GunghoX::FollowLinks::Rule::HTML::SelectedTags->new(
    tags => [ 'a', 'img' ]
  );

METHODS

apply($c, $response, $url, { tag => $tag, attrs => $attrs })