#!/usr/bin/perl -w

use strict;
use Test::More tests => 1;

my $mod = "Danga::Socket";

use_ok($mod);


syntax highlighted by Code2HTML, v. 0.9.1