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 --- bin/efa-m | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'bin/efa-m') diff --git a/bin/efa-m b/bin/efa-m index 7c17472..8c527a4 100755 --- a/bin/efa-m +++ b/bin/efa-m @@ -6,7 +6,7 @@ use utf8; no if $] >= 5.018, warnings => "experimental::smartmatch"; -our $VERSION = '1.10'; +our $VERSION = '1.11'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -179,7 +179,8 @@ sub show_lines { } push( @output, - [ $l->type, $l->name, $l->direction // q{}, q{}, $l->route // q{} ] ); + [ $l->type, $l->name, $l->direction // q{}, q{}, $l->route // q{} ] + ); } display_result(@output); @@ -195,7 +196,10 @@ sub show_results { my @output_line; my $platform = $d->platform; my $dtime = ( - $relative_times ? sprintf( '%2d min', $d->countdown ) : $d->sched_time ); + $relative_times + ? sprintf( '%2d min', $d->countdown ) + : $d->sched_time + ); if ( $d->platform_db ) { $platform .= ' (DB)'; @@ -290,7 +294,7 @@ I [IB<:>]I =head1 VERSION -version 1.10 +version 1.11 =head1 DESCRIPTION -- cgit v1.2.3