From 258a2305c8c057d0816261213fa477cf9fe7bb9a Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 3 Jan 2006 16:20:50 +0000 Subject: [PATCH] use Fuse from just compiled blib (again...) git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@67 6e4b0b00-1209-0410-87b2-b275959b5705 --- examples/example.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/example.pl b/examples/example.pl index 4a7b971..a01ae5b 100644 --- a/examples/example.pl +++ b/examples/example.pl @@ -1,6 +1,7 @@ #!/usr/bin/perl -w use strict; +use blib; use Fuse; use POSIX qw(ENOENT EISDIR EINVAL); -- 2.20.1