The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Map::Metro::Plugin::Map::Helsinki - Map::Metro map for Helsinki

Requires Perl 5.10+ Travis status Distribution kwalitee CPAN Testers result coverage 88.2%

VERSION

Version 0.1987, released 2016-10-30.

SYNOPSIS

    use Map::Metro;
    my $graph = Map::Metro->new('Helsinki')->parse;

    my $graph2 = Map::Metro->new('Helsinki', hooks => 'Helsinki::Swedish')->parse;
    # now the station names are in Swedish

DESCRIPTION

See Map::Metro for usage information.

This distribution also includes the Map::Metro::Plugin::Hook::Helsinki::Swedish hook, which if applied translates all station names into Swedish.

Status

See Map::Metro::Plugin::Map::Helsinki::Lines

This map includes:

  • The two branches of the Helsinki metro [wikipedia]

SOURCE

https://github.com/Csson/p5-Map-Metro-Helsinki

HOMEPAGE

https://metacpan.org/release/Map-Metro-Plugin-Map-Helsinki

AUTHOR

Erik Carlsson <info@code301.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Erik Carlsson.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.