use lib instead of blib for local testing
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 23 Sep 2010 12:26:42 +0000 (12:26 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 23 Sep 2010 12:26:42 +0000 (12:26 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/MARC-Fast/trunk@37 49f9634a-d7ec-0310-8e6b-ec35c6cc8804

scripts/dump_fastmarc.pl

index ff2c0af..f9e96f2 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 
 use strict;
 #!/usr/bin/perl -w
 
 use strict;
-use blib;
+use lib 'lib';
 
 use MARC::Fast;
 use Getopt::Std;
 
 use MARC::Fast;
 use Getopt::Std;