--- trunk/scripts/dump_fastmarc.pl 2010/09/23 12:24:38 36 +++ trunk/scripts/dump_fastmarc.pl 2010/09/23 12:26:42 37 @@ -1,7 +1,7 @@ #!/usr/bin/perl -w use strict; -use blib; +use lib 'lib'; use MARC::Fast; use Getopt::Std;