AmbientOrb-Serial

 view release on metacpan or  search on metacpan

t/00-load.t  view on Meta::CPAN

#!perl

use Test::More tests => 1;

BEGIN {
	use_ok( 'AmbientOrb::Serial' );
}

diag( "Testing AmbientOrb::Serial $AmbientOrb::Serial::VERSION, Perl $], $^X" );
diag("These tests will attempt to connect to your orb\n");
diag("If your orb is not connected, it will fail\n");
diag("Futhermore, they expect to connect to COM1 (windows) or /dev/ttys0 (unix)");



( run in 1.703 second using v1.01-cache-2.11-cpan-8f98c5d2c55 )