File: podcover.t

package info (click to toggle)
libnet-pcap-perl 0.16-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 528 kB
  • ctags: 453
  • sloc: perl: 1,977; pascal: 826; makefile: 16
file content (7 lines) | stat: -rw-r--r-- 293 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
#!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$' ] });