Lufs version 0.12
=================

This is perlufs, a perl plug for lufs.
It allows you to write filesystem implementations in perl.

INSTALLATION

To install this module type the following:

   # the perl module:
   perl Makefile.PL 
   make
   make test
   make install

   # the C library: 
   cd perlfs
   make
   make install

USAGE

For usage information, consult the Lufs(3pm) manpage.

DEPENDENCIES

Of course you need lufs (http://lufs.sf.net) to use this.
At the moment there are no other dependencies, besides a recent perl.

COPYRIGHT AND LICENCE

Copyright (C) 2003 Raoul Zwart <rlzwart@cpan.org>

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.