use lib instead of blib for local testing
[MARC-Fast] / scripts / dump_fastmarc.pl
index ff2c0af..f9e96f2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
-use blib;
+use lib 'lib';
 
 use MARC::Fast;
 use Getopt::Std;