package FixMyStreet::Cobrand::MakeMyIsland; use base 'FixMyStreet::Cobrand::Default'; use strict; use warnings; sub country { return 'MV'; } 1;