NAME Map::Metro::Plugin::Map::Stockholm - Map::Metro map for Stockholm SYNOPSIS use Map::Metro; my $graph = Map::Metro->new('Stockholm')->parse; my $routing = $graph->routes_for('Universitetet', 'Kista'); print $routing->to_text; DESCRIPTION See Map::Metro for usage information. Status Per 2014-dec-10 it contains: All seven subway lines (wikipedia ) The 'Spårväg City' tram line (wikipedia ) AUTHOR Erik Carlsson COPYRIGHT Copyright 2014 - Erik Carlsson LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.