Apache2-AuthColloquy
view release on metacpan or search on metacpan
t/00compile.t view on Meta::CPAN
# $Id: 00compile.t,v 1.1 2006/01/07 11:58:06 nicolaw Exp $
chdir('t') if -d 't';
use lib qw(./lib ../lib);
use Test::More tests => 2;
use_ok('Apache2::AuthColloquy');
require_ok('Apache2::AuthColloquy');
( run in 0.635 second using v1.01-cache-2.11-cpan-39bf76dae61 )