The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
#   $Id: 60-distribution.t,v 1.1 2007-05-28 17:11:41 adam Exp $

use Test::More;
BEGIN {
    eval { require Test::Distribution; };
    if($@) {
        plan skip_all => 'Test::Distribution not installed';
    }
    else {
        import Test::Distribution;
    }
};