aboutsummaryrefslogtreecommitdiffstats
path: root/perl/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/README')
-rw-r--r--perl/README26
1 files changed, 26 insertions, 0 deletions
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 <mark@glines.org>,
+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.