--- perl/trunk/examples/example.pl 2006/01/03 15:43:12 72 +++ perl/trunk/examples/example.pl 2006/01/03 15:43:19 73 @@ -1,6 +1,7 @@ #!/usr/bin/perl -w use strict; +use blib; use Fuse; use POSIX qw(ENOENT EISDIR EINVAL);