use code from lib insted of blib
[webpac2] / t / 1-validate.t
index 734d274..5c85050 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use blib;
+use lib 'lib';
 
 use Test::More tests => 56;