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

use lib 't';
use WWW'Scripter;

use tests 3;
$w = new WWW'Scripter;
is $w->title("foo"), '','retval of title when setting initially';
is $w->document->title,'foo', 'setting the title works';
is $w->title, 'foo', 'retval of title with no argument';