diff options
author | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:31:13 -0500 |
---|---|---|
committer | Jesse Vincent <jesse@bestpractical.com> | 2011-01-20 14:31:13 -0500 |
commit | 65b2cfd1356d212fc0e84d242dfb47db113d673d (patch) | |
tree | 5ab1ad88fd0ea1a61cd01d4c9e205dfbd576a290 /dist/Net-Ping/lib | |
parent | f8cfe7fc685bf73e22911e4fe2c83c566e7234d7 (diff) | |
download | perl-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.pm | 2 |
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; }; |