- updated to 3.920.0 (3.92)
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.92 2025-01-15T21:50:00+00:00
- Documented new map Map::Tube::RheinRuhr by @gwselke.
3.91 2025-01-10T19:45:00+00:00
- Fixed regex quoting order as pointed out by @gwselke.
3.90 2025-01-10T14:55:00+00:00
- Dealt with subtle bug #16 in _is_directly_linked(), thanks @gwselke.
3.89 2024-12-18T10:00:00+00:00
- Updated pod to reflect the recent changes.
3.88 2024-12-17T12:35:00+00:00
- Strip space from start/end before lookup station name.
3.87 2024-12-13T19:05:00+00:00
- Added test for unidirection map.
3.86 2024-12-13T12:10:00+00:00
- Ignore common lines with station index.
- Fixed typo in exception error.
3.85 2024-12-12T16:10:00+00:00
- Handle route not found exception.
- Handle unidirection route better.
3.84 2024-12-12T13:20:00+00:00
- Updated pod and added 2 new maps: Rome and Hamburg.
3.83 2024-12-11T20:10:00+00:00
- Updated get_node_by_name() to handle invalid name.
3.82 2024-12-03T21:00:00+00:00
- Handle duplicate station name.
3.81 2024-12-03T14:35:00+00:00
- Added test for invalid station line id.
3.80 2024-12-01T00:40:00+00:00
- Tidied up unit test to make less noisy as reported by @srezic and @gwselke.
https://rt.cpan.org/Ticket/Display.html?id=157584
3.79 2024-11-30T15:15:00+00:00
- Fixed the test failure reported by @srezic.
https://www.cpantesters.org/cpan/report/918741da-af20-11ef-82be-e5166e8775eahttps://rt.cpan.org/Ticket/Display.html?id=157584
3.78 2024-11-30T12:45:00+00:00
- Fixed subtle bug in filter() of Map::Tube::Utils, thanks @gwselke.
3.77 2024-09-03T14:50:00+00:00
- Proposed fix for CPANTESTER failed report.
https://www.cpantesters.org/cpan/report/f74db456-6964-11ef-98b0-b3c3213a625c
3.76 2024-09-02T12:40:00+00:00
- Updated pod w.r.t Test::Map::Tube, thanks @mohawk2.
3.75 2024-09-02T12:20:00+00:00
- Added Test::Map::Tube to the dist, thanks @mohawk2.
3.74 2024-08-27T00:20:00+00:00
- Updated pod for Map::Tube::Cookbook.
3.73 2024-08-27T00:05:00+00:00
- Added Map::Tube::Cookbook as suggested by @mohawk2.
3.72 2024-08-26T01:50:00+00:00
- Revert changes done in v3.65.
3.71 2024-08-26T00:50:00+00:00
- Updated requirement of Test::Map::Tube v0.60.
OBS-URL: https://build.opensuse.org/request/show/1239657
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=22
- updated to 3.68
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.68 2022-05-19T19:20:00+00:00
- Removed reference to CPAN search.
- Removed reference to RT - issues.
- Updated copyright year details.
3.67 2022-05-19T14:30:00+00:00
- Updated pod w.r.t the new map Map::Tube::Hongkong.
3.66 2022-05-19T00:15:00+00:00
- Handle reverse map when start and end share common line.
3.65 2022-05-18T20:50:00+00:00
- Fixed the flaw in logic in sub _get_next_link().
(If start station is linked to station which is on
the same line as end station then follow the link
first before trying any other linked stations).
OBS-URL: https://build.opensuse.org/request/show/979950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=20
- Update spec
- updated to 3.64
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.64 2019-07-05T16:45:00+00:00
- Moved author test scripts to xt/ subfolder.
- updated to 3.63
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.63 2019-06-18T18:00:00+00:00
- Added SYNOPSIS section the Map::Tube::Route.
- Added more codes to SYNOPSIS section of Map::Tube::Node and Map::Tube::Line.
- updated to 3.62
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.62 2019-05-11T12:03:45+00:00
- Refactored Map::Tube::Plugin::Formatter and plugged into object directly.
- updated to 3.61
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.61 2019-04-17T16:00:00+00:00
- Tidied up pod documentation.
- updated to 3.60
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.60 2019-02-25T17:30:00+00:00
- Added dependency on Map::Tube::Exception v3.19.
3.59 2019-01-03T19:10:00+00:00
- Merged PR #6 (fix typo), thanks @reneeb.
3.58 2018-12-20T11:00:00+00:00
- Used Test::Exception catching error.
3.57 2018-09-27T17:00:00+00:00
- Updated method is_valid_color() in the package Map::Tube::Utils to
return hexcode if it is valid color.
- Added more color names to the supported color name list.
3.56 2018-09-04T09:15:00+00:00
- Tidied up test scripts to use "namespace::autoclean".
3.55 2018-08-09T18:00:00+00:00
- Documented the newly added attribute "bgcolor".
3.54 2018-07-31T10:50:00+00:00
- Added optional attribute 'bgcolor' for map background color.
3.53 2018-06-27T12:00:00+00:00
- Patched issue RT #125685, thanks @TobyInk.
3.52 2018-06-26T11:00:00+00:00
- Used File::ShareDir v1.114 instead of File::Share to cover the FAIL report.
http://www.cpantesters.org/cpan/report/548008f4-7312-11e8-9697-652b7347484a
- Upgraded min version File::ShareDir::Install v0.13.
OBS-URL: https://build.opensuse.org/request/show/843004
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=19
- updated to 3.30
see /usr/share/doc/packages/perl-Map-Tube/Changes
- updated to 3.29
see /usr/share/doc/packages/perl-Map-Tube/Changes
3.29 2017-03-13T12:40:00+00:00
- Handle lazy attribute correctly as reported below:
http://www.cpantesters.org/cpan/report/55997338-100d-11e7-b84f-b08edccf8c31
3.28 2017-03-06T11:20:00+00:00
- Fixed error handling in the method Map::Tube::get_map_data().
3.27 2017-02-24T10:50:00+00:00
- Added required attribute checks.
3.26 2017-02-21T13:35:00+00:00
- Removed dependency on JSON::Parse.
- Added new method to_perl() to the helper package Map::Tube::Utils.
- Refactored script map-data-converter to make use of newly created method to_perl().
3.25 2017-02-20T11:55:00+00:00
- Removed dependency on XML::Simple.
- Refactored script map-data-converter to workout with XML::Twig when creating xml file.
3.24 2017-02-19T07:25:00+00:00
- Added dependency on MooX::Options v4.023.
- Added dependency on Map::Tube::Exceptions v3.11.
- Refactored script map-data-converter to handle error appropriately.
3.23 2017-02-16T16:00:00+00:00
OBS-URL: https://build.opensuse.org/request/show/499925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Map-Tube?expand=0&rev=6