N = '1.02';
$Map::Tube::Rome::AUTHORITY = 'cpan:GDT';
has json => (is => 'ro', default => sub { dist_file('Map-Tube-Rome', 'rome-map.json') });
with 'Map::Tube';
1;
__END__
=pod
=encoding UTF-
json>, is optional; if specified, it should be a code ref
to a function that returns either the path the JSON map file, or a string
containing this JSON content. The default is the path to F<rome.json
istribution. For further information see L<Map::Tube>.
=head2 json()
This read-only accessor returns whatever was specified as the JSON source at
construction.
=head2 get_shortest_route($from, $to