diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-10-31 11:32:47 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-10-31 11:32:47 +0100 |
commit | 0dfa9cfe9f1a607b14f99897239d7ce2f8698b91 (patch) | |
tree | daf2c9121c760bd304b148b56ff9262330cc3fe0 /bin | |
parent | 2243e74e8785308b2a7ef7e5cfc75c50685a9c26 (diff) |
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/aseag-m | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/aseag-m b/bin/aseag-m index 947db81..695f96e 100755 --- a/bin/aseag-m +++ b/bin/aseag-m @@ -5,7 +5,7 @@ use 5.010; no if $] >= 5.018, warnings => 'experimental::smartmatch'; -our $VERSION = '0.05'; +our $VERSION = '1.00'; binmode( STDOUT, ':encoding(utf-8)' ); @@ -182,7 +182,7 @@ sub show_results { @route = ( show_route( $dt_now, $dt_format, $d->route_pre ), [ ' - - - -', q{}, q{}, q{} ], - show_route( $dt_now, $dt_format, $d->route_post ) + show_route( $dt_now, $dt_format, $d->route_post ), ); } elsif ( $edata{route_after} ) { @@ -247,7 +247,7 @@ B<aseag-m> [B<-pV>] [B<-l> I<lines>] [B<-o> I<outputtypes>] =head1 VERSION -version 0.05 +version 1.00 =head1 DESCRIPTION |