# # $Id: README,v 1.0 2002/01/11 10:12:10 dankogai Exp $ # BSD/stat ======== This module's default exports override the core stat() and lstat() functions, replacing them with versions that con- tains BSD 4.4 extentions such as flags. This module also adds chflags function. INSTALLATION To install this module type the following: perl Makefile.PL make make test make install DEPENDENCIES This module requires 4.4 BSD platforms such as (Free|Net|Open) BSD, BSD/OS and|or MacOS X. COPYRIGHT AND LICENCE Copyright (C) 2001 Dan Kogai This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.