The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#	$Id: 00-use.t,v 1.3 2004/02/14 16:21:19 adam Exp $

use strict;
use Test;
BEGIN { plan tests => 1 }

use Config::Trivial;
ok(1);
exit;
__END__