after more than 10 years finally move the code to github :)

This commit is contained in:
git@daemon.de
2014-02-06 09:23:53 +01:00
parent 5cb6b2420e
commit 15d151f58a
8 changed files with 1479 additions and 4 deletions

11
t/run.t Normal file
View File

@@ -0,0 +1,11 @@
# -*-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.