From 0dfa9cfe9f1a607b14f99897239d7ce2f8698b91 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sat, 31 Oct 2015 11:32:47 +0100 Subject: release v1.0 \o/ --- bin/aseag-m | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/aseag-m') 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 [B<-pV>] [B<-l> I] [B<-o> I] =head1 VERSION -version 0.05 +version 1.00 =head1 DESCRIPTION -- cgit v1.2.3