The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package Net::Dict::TestConfig;

use parent 'Exporter';

our @EXPORT_OK = qw($TEST_HOST $TEST_PORT);

our $TEST_HOST = 'dict.org';
our $TEST_PORT = 2628;

1;