p::Tube> =cut use Moo; use namespace::clean; use File::Share ':all'; has json => (is => 'ro', default => sub { return dist_file('Map-Tube-Athens', 'athens-map.json') }); with 'Map::Tube'; 1;