unimarc to marc21
[webpac2] / t / pod-coverage.t
index cebe435..48c9f69 100644 (file)
@@ -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 ($@);