Skip to content

reneeb/Map-Tube-Frankfurt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status Kwalitee status GitHub issues

NAME

Map::Tube::Frankfurt - Map::Tube::Frankfurt - interface to the Frankfurt S- and U-Bahn map

VERSION

version 0.04

DESCRIPTION

It currently provides functionality to find the shortest route between the two given stations. The map contains both U-Bahn and S-Bahn stations.

CONSTRUCTOR

use Map::Tube::Frankfurt;
my $tube = Map::Tube::Frankfurt->new;

METHODS

get_shortest_route(START, END)

This method expects two parameters START and END station name. Station names are case insensitive. The station sequence from START to END is returned.

use Map::Tube::Frankfurt;
my $tube = Map::Tube::Frankfurt->new;

my $route = $tube->get_shortest_route('Riedstadt-Goddelau', 'Hauptbahnhof');

print "Route: $route\n";

SEE ALSO

Map::Tube.

Development

The distribution is contained in a Git repository, so simply clone the repository

$ git clone http://github.com/reneeb/Map-Tube-Frankfurt.git

and change into the newly-created directory.

$ cd Map-Tube-Frankfurt

The project uses Dist::Zilla to build the distribution, hence this will need to be installed before continuing:

$ cpanm Dist::Zilla

To install the required prequisite packages, run the following set of commands:

$ dzil authordeps --missing | cpanm
$ dzil listdeps --author --missing | cpanm

The distribution can be tested like so:

$ dzil test

To run the full set of tests (including author and release-process tests), add the --author and --release options:

$ dzil test --author --release

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Renee Baecker.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)

CONTRIBUTORS

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages