Your IP : 216.73.216.1


Current Path : /usr/share/doc/perl-Net-Pcap/t/
Upload File :
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";