From bf36016741c473b476aadef46ec9d7869523b8c0 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 3 Dec 2001 08:35:41 +0000 Subject: perl bindings --- perl/README | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 perl/README (limited to 'perl/README') diff --git a/perl/README b/perl/README new file mode 100644 index 0000000..b22b87e --- /dev/null +++ b/perl/README @@ -0,0 +1,26 @@ +Fuse version 0.01 +================= + +This is a test release. It seems to work thus far, but still has a few +iffy areas, as well as a few rough edges. There will be future +releases. + +INSTALLATION + +To install this module type the following: + + perl Makefile.PL + make + make test # currently this just makes sure the lib can link + make install + +DEPENDENCIES + +This module requires the FUSE userspace library and the FUSE kernel module. + +COPYRIGHT AND LICENCE + +This is contributed to the FUSE project by Mark Glines , +and is therefore subject to the same license and copyright as FUSE itself. +Please see the AUTHORS and COPYING files from the FUSE distribution for +more information. -- cgit v1.2.3