Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Use the real library

use strict;
use warnings;
use Test::More;

plan tests => 1;

use WWW::Mechanize;
diag $WWW::Mechanize::VERSION;
like $WWW::Mechanize::VERSION, qr/^\d+\.\d+$/;