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 1.5 - 2010-11-05

  • Added boilerplate.t to the MANIFEST.
  • Renamed the unit test case appropriately.
  • Modified manifest.t to test MANIFEST everytime.
  • Added Tube line definitions.
  • Added the ability to define line definitions for user node.
  • Now get_shortest_route() dump the time taken to find the shortest route.
  • Added get_next_node(), which checks wether to follow the line or not.
  • Added follow_me(), to enable the follow tube line switch. However it's not documented.
  • Added get_tube_lines() to return the lines list of given node.
  • Added get_line() to return the line informations.
  • Added set_line() to allow user to define their own line informations.
  • Added load_line() to load the default line informations.
  • Modified Build.PL and Makefile.PL to include Time::HiRes as requirement. NOTE: Follow line functionality is not yet fully functional.

Modules

A very simple perl interface to the London Tube Map.
Defines the node for Map::Tube