summaryrefslogtreecommitdiffstats
path: root/t/000-load.t
blob: dfe613f09a081164d7709b40fa72a76ccb7ad1c1 (plain) (blame)
1
2
3
4
5
6
7
8
#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 2;

use_ok 'Games::Word';
use_ok 'Games::Word::Wordlist';