summaryrefslogtreecommitdiff
path: root/dist/Net-Ping/lib
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2011-01-20 14:31:13 -0500
committerJesse Vincent <jesse@bestpractical.com>2011-01-20 14:31:13 -0500
commit65b2cfd1356d212fc0e84d242dfb47db113d673d (patch)
tree5ab1ad88fd0ea1a61cd01d4c9e205dfbd576a290 /dist/Net-Ping/lib
parentf8cfe7fc685bf73e22911e4fe2c83c566e7234d7 (diff)
downloadperl-65b2cfd1356d212fc0e84d242dfb47db113d673d.tar.gz
Bumping the version of Net::Ping per Porting/cmpVERSION.pl
Diffstat (limited to 'dist/Net-Ping/lib')
-rw-r--r--dist/Net-Ping/lib/Net/Ping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Net-Ping/lib/Net/Ping.pm b/dist/Net-Ping/lib/Net/Ping.pm
index f280cb2fe6..a7adf21bed 100644
--- a/dist/Net-Ping/lib/Net/Ping.pm
+++ b/dist/Net-Ping/lib/Net/Ping.pm
@@ -16,7 +16,7 @@ use Carp;
@ISA = qw(Exporter);
@EXPORT = qw(pingecho);
-$VERSION = "2.37";
+$VERSION = "2.38";
sub SOL_IP { 0; };
sub IP_TOS { 1; };