From 9231b5cfa20b46cc16e4edf86654a955380a973a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 30 Jun 2015 12:47:12 +0200 Subject: release v1.11 --- lib/Travel/Status/DE/EFA/Result.pm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'lib/Travel/Status/DE/EFA/Result.pm') diff --git a/lib/Travel/Status/DE/EFA/Result.pm b/lib/Travel/Status/DE/EFA/Result.pm index 8c625d9..d516e25 100644 --- a/lib/Travel/Status/DE/EFA/Result.pm +++ b/lib/Travel/Status/DE/EFA/Result.pm @@ -8,7 +8,7 @@ no if $] >= 5.018, warnings => 'experimental::smartmatch'; use parent 'Class::Accessor'; -our $VERSION = '1.10'; +our $VERSION = '1.11'; Travel::Status::DE::EFA::Result->mk_ro_accessors( qw(countdown date delay destination is_cancelled info key line lineref @@ -85,10 +85,11 @@ sub route_interesting { while ( @via_show < $max_parts and @via_main ) { my $stop = shift(@via_main); + # FIXME cannot smartmatch $stop since it became an object -# if ( $stop ~~ \@via_show or $stop == $last_stop ) { -# next; -# } + # if ( $stop ~~ \@via_show or $stop == $last_stop ) { + # next; + # } push( @via_show, $stop ); } } @@ -123,7 +124,7 @@ departure received by Travel::Status::DE::EFA =head1 VERSION -version 1.10 +version 1.11 =head1 DESCRIPTION -- cgit v1.2.3