# $Id: pod_coverage.t 2494 2008-01-16 11:30:24Z comdog $ use Test::More; eval "use Test::Pod::Coverage"; if( $@ ) { plan skip_all => "Test::Pod::Coverage required for testing POD"; } else { plan tests => 1; pod_coverage_ok( "Mac::Path::Util" ); }