#!/usr/bin/perl -w use strict; use Test::More tests => 3; use_ok('Cogwheel'); use_ok('Cogwheel::Client'); use_ok('Cogwheel::Server');