• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

t/H06-Jan-2014-297227

ChangesH A D06-Jan-20143.2 KiB10496

MANIFESTH A D06-Jan-2014335 1817

META.jsonH A D06-Jan-2014830 4039

META.ymlH A D06-Jan-2014470 2221

Makefile.PLH A D06-Jan-2014866 2013

READMEH A D06-Jan-2014697 3422

stat.pmH A D06-Jan-201411.7 KiB445166

stat.xsH A D06-Jan-20145.4 KiB239193

README

1#
2# $Id: README,v 1.22 2012/08/19 15:46:15 dankogai Exp $
3#
4
5BSD/stat
6========
7
8       This module's default exports override the core stat() and
9       lstat() functions, replacing them with versions that con-
10       tains BSD 4.4 extentions such as flags.  This module also
11       adds chflags function.
12
13INSTALLATION
14
15To install this module type the following:
16
17   perl Makefile.PL
18   make
19   make test
20   make install
21
22DEPENDENCIES
23
24This module requires 4.4 BSD platforms such as (Free|Net|Open) BSD,
25BSD/OS and|or MacOS X.
26
27COPYRIGHT AND LICENCE
28
29Copyright (C) 2001-2012 Dan Kogai
30
31This library is free software; you can redistribute it
32and/or modify it under the same terms as Perl itself.
33
34