summaryrefslogtreecommitdiff
path: root/lib/Net
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2009-06-08 11:43:56 -0500
committerSteve Peters <steve@fisharerojo.org>2009-06-08 11:43:56 -0500
commit59ea7c6d8e0c5d0244e7496dd44e31e7c14e8f83 (patch)
tree279448ad1542120686245374ec355a296b475c27 /lib/Net
parent983ed8e9492b48b2d8de93f487df19d0f20bb0ab (diff)
downloadperl-59ea7c6d8e0c5d0244e7496dd44e31e7c14e8f83.tar.gz
Sync bleadperl and Net-Ping with the release of Net-Ping-2.36
Diffstat (limited to 'lib/Net')
-rw-r--r--lib/Net/Ping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Net/Ping.pm b/lib/Net/Ping.pm
index ebdbb42b76..e9fff93eea 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; };