This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Bumping the version of Net::Ping per Porting/cmpVERSION.pl
authorJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:31:13 +0000 (14:31 -0500)
committerJesse Vincent <jesse@bestpractical.com>
Thu, 20 Jan 2011 19:31:13 +0000 (14:31 -0500)
dist/Net-Ping/lib/Net/Ping.pm

index f280cb2..a7adf21 100644 (file)
@@ -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; };