From: Steve Peters Date: Mon, 8 Jun 2009 16:43:56 +0000 (-0500) Subject: Sync bleadperl and Net-Ping with the release of Net-Ping-2.36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59ea7c6d8e0c5d0244e7496dd44e31e7c14e8f83;p=p5sagit%2Fp5-mst-13.2.git Sync bleadperl and Net-Ping with the release of Net-Ping-2.36 --- diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm index ebdbb42..e9fff93 100644 --- a/lib/Net/Ping.pm +++ b/lib/Net/Ping.pm @@ -16,7 +16,7 @@ use Carp; @ISA = qw(Exporter); @EXPORT = qw(pingecho); -$VERSION = "2.35"; +$VERSION = "2.36"; sub SOL_IP { 0; }; sub IP_TOS { 1; };