use code from lib insted of blib
[webpac2] / t / 3-normalize.t
index 0eb6f2a..a0ebebe 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use blib;
+use lib 'lib';
 
 use Test::More tests => 355;