123456789101112 #!perluse strict;use warnings;use Test::More 0.82;use Map::Tube::KoelnBonn;eval 'use Test::Map::Tube';plan skip_all => 'Test::Map::Tube required for this test' if $@;ok_map( Map::Tube::KoelnBonn->new() );
#!perl
use
strict;
warnings;
Test::More 0.82;
Map::Tube::KoelnBonn;
eval
'use Test::Map::Tube'
;
plan
skip_all
=>
'Test::Map::Tube required for this test'
if
$@;
ok_map( Map::Tube::KoelnBonn->new() );