use Fuse from just compiled blib (again...)
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 3 Jan 2006 16:20:50 +0000 (16:20 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 3 Jan 2006 16:20:50 +0000 (16:20 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@67 6e4b0b00-1209-0410-87b2-b275959b5705

examples/example.pl

index 4a7b971..a01ae5b 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 
+use blib;
 use Fuse;
 use POSIX qw(ENOENT EISDIR EINVAL);