Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > e5844dafad78ba7d95f2ebd84dd79364 > files > 43

perl-Net-Pcap-0.16-8.fc15.i686.rpm

#!/usr/bin/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$' ] });