File: distchk.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 (5 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
#!perl -T
use strict;
use Test::More;
plan skip_all => "Test::Distribution required for checking distribution"
    unless eval "use Test::Distribution not => [qw(versions prereq podcover use)]; 1";