#!/usr/bin/perl # $Id: 01_require.t,v 1.3 2002/07/07 17:49:55 andreychek Exp $ use strict; use Test::More tests => 1; require_ok( 'OpenThought' );