# $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__