Move Net::Ping from lib to ext
authorNicholas Clark <nick@ccl4.org>
Sun, 30 Aug 2009 18:21:53 +0000 (19:21 +0100)
committerNicholas Clark <nick@ccl4.org>
Sun, 30 Aug 2009 18:21:53 +0000 (19:21 +0100)
commita79d563c5b1e534968f5274b3cc36fa26e10ba16
treea2d951002a86727e2081ca51bd292159b88440e7
parentbe4b05483c98e3d11ed62c5d285fff63ab65684e
Move Net::Ping from lib to ext
21 files changed:
MANIFEST
Porting/Maintainers.pl
ext/.gitignore
ext/Net-Ping/Changes [moved from lib/Net/Ping/Changes with 100% similarity]
ext/Net-Ping/lib/Net/Ping.pm [moved from lib/Net/Ping.pm with 100% similarity]
ext/Net-Ping/t/100_load.t [moved from lib/Net/Ping/t/100_load.t with 100% similarity]
ext/Net-Ping/t/110_icmp_inst.t [moved from lib/Net/Ping/t/110_icmp_inst.t with 100% similarity]
ext/Net-Ping/t/120_udp_inst.t [moved from lib/Net/Ping/t/120_udp_inst.t with 100% similarity]
ext/Net-Ping/t/130_tcp_inst.t [moved from lib/Net/Ping/t/130_tcp_inst.t with 100% similarity]
ext/Net-Ping/t/140_stream_inst.t [moved from lib/Net/Ping/t/140_stream_inst.t with 100% similarity]
ext/Net-Ping/t/150_syn_inst.t [moved from lib/Net/Ping/t/150_syn_inst.t with 100% similarity]
ext/Net-Ping/t/190_alarm.t [moved from lib/Net/Ping/t/190_alarm.t with 100% similarity]
ext/Net-Ping/t/200_ping_tcp.t [moved from lib/Net/Ping/t/200_ping_tcp.t with 97% similarity]
ext/Net-Ping/t/250_ping_hires.t [moved from lib/Net/Ping/t/250_ping_hires.t with 96% similarity]
ext/Net-Ping/t/300_ping_stream.t [moved from lib/Net/Ping/t/300_ping_stream.t with 97% similarity]
ext/Net-Ping/t/400_ping_syn.t [moved from lib/Net/Ping/t/400_ping_syn.t with 97% similarity]
ext/Net-Ping/t/410_syn_host.t [moved from lib/Net/Ping/t/410_syn_host.t with 97% similarity]
ext/Net-Ping/t/450_service.t [moved from lib/Net/Ping/t/450_service.t with 100% similarity]
ext/Net-Ping/t/500_ping_icmp.t [moved from lib/Net/Ping/t/500_ping_icmp.t with 100% similarity]
ext/Net-Ping/t/510_ping_udp.t [moved from lib/Net/Ping/t/510_ping_udp.t with 100% similarity]
lib/.gitignore