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

use warnings;
use strict;
use WWW::Dict;

use Test::More tests => 1;

my $dict = WWW::Dict->new('Zdic');

is ( ref($dict), 'WWW::Dict::Zdic');