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