From b5cda89cb5cb17db41ce75b007c15d5fc90feb61 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 15 Jun 2011 22:31:01 +0200 Subject: Release v1.0 --- Changelog | 3 +++ bin/ekgping | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 Changelog diff --git a/Changelog b/Changelog new file mode 100644 index 0000000..ed5b0e8 --- /dev/null +++ b/Changelog @@ -0,0 +1,3 @@ +ekgping 1.0 - Wed Jun 15 2011 + + * Initial release diff --git a/bin/ekgping b/bin/ekgping index 500b1d0..43981a0 100755 --- a/bin/ekgping +++ b/bin/ekgping @@ -13,7 +13,7 @@ use SDL::Music; use Term::Size; use Time::HiRes qw(usleep); -our $VERSION = '0.0'; +our $VERSION = '1.0'; my $beep = 0; my $id = 0; @@ -92,10 +92,10 @@ print "\e[?25l"; while ( usleep(100_000) ) { - if ($ping->pumpable()) { + if ( $ping->pumpable() ) { $ping->pump_nb(); } - elsif (($dead_count % 10) == 0) { + elsif ( ( $dead_count % 10 ) == 0 ) { $ping->start(); } @@ -157,7 +157,7 @@ B [B<-q>] [B<-f> I] I [B<--> I] =head1 VERSION -version 0.0 +version 1.0 =head1 DESCRIPTION -- cgit v1.2.3