summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul \"LeoNerd\" Evans <leonerd@leonerd.org.uk>2011-10-20 12:30:51 +0100
committerTony Cook <tony@develop-help.com>2011-10-24 21:30:41 +1100
commite27aa02b637769bf2276f7915bcaceba353e4a2e (patch)
tree9c9c0544fcf9f231ccb6c4dd0304b9866d0c3f2b /MANIFEST
parent4f5bb87fb7392b2cb5b17cec790ae462fba17162 (diff)
downloadperl-e27aa02b637769bf2276f7915bcaceba353e4a2e.tar.gz
Add unit tests for Socket::{pack,unpack}_ipv6_mreq
TonyC: add new ipv6_mreq.t test script to MANIFEST
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 6a10d3a26e..07386e35fa 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -3811,6 +3811,7 @@ ext/Socket/Socket.pm Socket extension Perl module
ext/Socket/Socket.xs Socket extension external subroutines
ext/Socket/t/getaddrinfo.t See if Socket::getaddrinfo works
ext/Socket/t/getnameinfo.t See if Socket::getnameinfo works
+ext/Socket/t/ipv6_mreq.t See if (un)pack_ipv6_mreq work
ext/Socket/t/socketpair.t See if socketpair works
ext/Socket/t/Socket.t See if Socket works
ext/Sys-Hostname/Hostname.pm Sys::Hostname extension Perl module