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

Changes for version 2.32 - 2014-12-05

  • Made all the attributes of class Map::Tube::Node as required mandatory.
  • Documented all methods exposed by class Map::Tube::Node.
  • Made attribute 'id' as required mandatory for class Map::Tube::Table.
  • Added two attributes 'from' and 'to' to the class Map::Tube::Route.
  • Made all attributes as required mandatory for class Map::Tube::Route.
  • Made slight improvement to the method get_shortest_route() and get_all_routes().
  • Documented the method 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.