This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sync bleadperl and Net-Ping with the release of Net-Ping-2.36
[perl5.git] / lib / Net / Ping.pm
index ebdbb42..e9fff93 100644 (file)
@@ -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; };