The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 2.35 - 2014-12-07

  • Updated method Map::Tube::get_shortest_route() to decode (utf8) the station names.
  • Updated method Map::Tube::Node::to_string() to encode (utf8) the response.
  • Marked method Map::Tube::get_all_routes() as EXPERIMENTAL.
  • Added package Encode as pre-requisite in the Makefile.PL file.
  • Updated pod document to reflect the change in behaviour of the two methods Map::Tube::get_shortest_route() and Map::Tube::get_all_routes().

Modules

Core library as Role (Moo) to process map data.
Error class for the library Map::Tube.
Interface to exception class used by Map::Tube.
Class to represent the node in the map.
Class to represent the route in the map.
Class to represent the table in the map.