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

..01-Jul-2018-

lib/Fakeroot/H01-Jul-2018-4815

t/H01-Jul-2018-3426

MANIFESTH A D01-Jul-2018154 87

META.ymlH A D01-Jul-2018348 1210

Makefile.PLH A D01-Jul-2018408 1713

READMEH A D01-Jul-2018667 3420

Stat.xsH A D01-Jul-20181.9 KiB7262

README

1Fakeroot::Stat version 1.8.8
2============================
3
4This provides fakestat() and fakelstat() functions which will communicate
5with a faked and return what the faked stat or lstat information is for
6the file.
7
8INSTALLATION
9
10To install this module type the following:
11
12   perl Makefile.PL
13   make
14   make test
15   make install
16
17DEPENDENCIES
18
19This module requires these other modules and libraries:
20
21  fakeroot version 1.8.8 or later
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2002-2007 THUS plc.
26
27This library is free software; you can redistribute it and/or modify
28it under the same terms as Perl itself.
29
30AUTHORS
31
32Members of the SCM Team at THUS plc (scm@thus.net)
33
34