mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-16 20:21:03 +01:00
12 lines
317 B
Perl
12 lines
317 B
Perl
|
|
# -*-perl-*-
|
||
|
|
# testscript for WWW::Dict::Leo::Org Class by Thomas Linden
|
||
|
|
|
||
|
|
use Test::More qw(no_plan);
|
||
|
|
|
||
|
|
BEGIN { use_ok "WWW::Dict::Leo::Org" };
|
||
|
|
require_ok("WWW::Dict::Leo::Org");
|
||
|
|
|
||
|
|
# unfortunately I cannot add more tests, because
|
||
|
|
# this would require internet connectivity which
|
||
|
|
# is not the case for all cpan testers.
|