#!/usr/bin/perl # $Id: 00distribution.t 1179 2006-08-05 08:30:57Z warly $ use Test::More; BEGIN { eval { require Test::Distribution; }; if($@) { plan skip_all => 'Test::Distribution not installed'; } else { import Test::Distribution only => [ qw/use pod description/ ]; } }