chdir 't' if -d 't';
}
}
can_ok( 'CPAN::Mirrored::By', 'new', 'continent', 'country', 'url' );
'continent() should return continent entry' );
is( $cmb->country(), 'country', 'country() should return country entry' );
is( $cmb->url(), 'url', 'url() should return url entry' );