Sophie

Sophie

distrib > Fedora > 13 > i386 > by-pkgid > da730ef26bc8bd4b08c3d3659a1f7230 > files > 40

perl-Net-Pcap-0.16-3.fc13.i686.rpm

#!perl -T
use strict;
use Test::More;
plan skip_all => "Currently not working for Net::Pcap";
plan skip_all => "Test::Pod::Coverage 1.08 required for testing POD coverage"
    unless eval "use Test::Pod::Coverage 1.08; 1";
all_pod_coverage_ok({ also_private => [ '^constant$', '^.*_xs$' ] });