Subject: | Reverse match logic in WWW::CheckSite::Spider::filter_link |
I think it is better to reverse the logic in WWW::CheckSite::Spider::filter_link() to just accept a few schemes like http, https, maybe also ftp and file. If looking at "SCHEME-SPECIFIC SUPPORT" in the URI.pm it seems to me that there are only a few browsable schemes.
A better solution would be if the ua (i.e. WWW::Mechanize) would tell which
URI schemes are actually supported.
Regards,
Slaven