diff options
author | Tony Cook <tony@develop-help.com> | 2016-07-26 11:49:33 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2016-07-26 15:36:32 +1000 |
commit | 38b4af19a42e6a4b9d5c8cc97fd06d954fff69a8 (patch) | |
tree | 187acda61550fad2b3c404bfc436c80faa331fc6 /dist/Net-Ping | |
parent | 8901ddee94b1bc3764b4278d1cb26bed30bc2605 (diff) | |
download | perl-38b4af19a42e6a4b9d5c8cc97fd06d954fff69a8.tar.gz |
dist/: bump $VERSION as needed
Diffstat (limited to 'dist/Net-Ping')
-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 c9cbd27356..73d2a83f94 100644 --- a/dist/Net-Ping/lib/Net/Ping.pm +++ b/dist/Net-Ping/lib/Net/Ping.pm @@ -17,7 +17,7 @@ use Time::HiRes; @ISA = qw(Exporter); @EXPORT = qw(pingecho); -$VERSION = "2.43"; +$VERSION = "2.44"; # Constants |