--- trunk/t/pod-coverage.t 2006/07/13 11:54:27 596 +++ trunk/t/pod-coverage.t 2009/07/28 12:40:46 1256 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use Test::More; -use blib; +use lib 'lib'; eval "use Test::Pod::Coverage 1.04"; plan skip_all => "Test::Pod::Coverage 1.04 required for testing POD coverage [$@]" if ($@);