The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
0.07 2023-12-04T16:28:19+01:00
 - Update dependency to Map::Tube@3.62.

0.06 2023-12-04T12:54:06+01:00
 - Fix Makefile.PL use lib '.'.
 - Improve LICENSE AND COPYRIGHT section in doc.
 - Improve SYNOPSIS section in doc.
 - Move bugtracker to github.
 - Rename example files to better names.
 - Rewrite doc to use =head2.
 - Update Module::Install to 1.21 version.
 - Update author github username.
 - Update copyright years.

0.05 2017-11-23T08:42:54+01:00
 - Add EXAMPLE5 section to doc.
 - Add test for ok_map_functions().
 - Fix Makefile.PL for new version of Perl and no default »use lib '.'«.
 - Implement station order.
 - Improve description for get_lines() in doc.
 - Rewrite XML map to new version with line IDs.
 - Update Module::Install to 1.18 version.
 - Update author name.
 - Update copyright years to 2017.
 - Update to Map::Tube 3.41.

0.04 2015-10-15T23:31:12+02:00
 - Add tests for get_node_by_id() and get_node_by_name() methods.
 - Update to Map::Tube 3.06.

0.03 2015-09-27T18:59:14+02:00
 - Add <?xml> header to XML document.
 - Add example for print of metro lines to doc.
 - Add get_line_by_id() and get_line_by_name() methods to doc.
 - Add lines to XML document.
 - Add test of map validity.
 - Fix minimal Perl version.
 - Move author tests to xt/ directory.
 - Rewrite SEE ALSO section to new style.
 - Update copyright years to 2015.
 - Update Module::Install to 1.16 version.

0.02 2014-12-25T18:26:55+01:00
 - Add EXAMPLE3 section to doc.
 - Add Map::Tube::GraphViz, Map::Tube::Text::Table, Map::Tube::Bucharest,
   Map::Tube::Dnipropetrovsk, Map::Tube::Novosibirsk, Map::Tube::Prague,
   Map::Tube::SaintPetersburg, Map::Tube::Tbilisi, Map::Tube::Vienna and
   Map::Tube::Yekaterinburg to SEE ALSO section in doc.
 - Add get_lines() method to doc.
 - Add get_stations() method to doc.
 - Update README.
 - Remove executable bit from kazan-map.xml file.
 - Remove obsolete code from EXAMPLE2 section in doc.

0.01 2014-12-11T07:59:22+01:00
 - First version