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

NAME

WWW::Link::Test - functions for testing links.

SYNOPSIS

    use WWW::Link::Test
    $ua=create_a_user_agent();
    $link=get_a_link_object();
    WWW::Link::Test::test_link($ua, $link);

DESCRIPTION

At present this package only implements a single function which acts as the glue between a link object and a robot user agent to use the user agent to test a link.

The link is tested and then given information about what was discovered. The link then records this information for future use..

METHODS

Only one method currently impemented. The others were done differently but may come back later..

This function tests a link by going out to the world and checking it and then telling the associated link object what happened.

Unconditionally tests all links. NOT IMPLEMENTED

Tests links which need it. NOT IMPLEMENTED