| Current Path : /usr/share/doc/perl-Net-Pcap/t/ |
| Current File : //usr/share/doc/perl-Net-Pcap/t/distchk.t |
#!/usr/bin/perl
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";