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

..03-May-2022-

lib/H18-Oct-2009-13541

t/H18-Oct-2009-13893

Build.PLH A D18-Oct-2009441 1916

ChangesH A D18-Oct-2009675 3322

MANIFESTH A D18-Oct-2009191 1615

MANIFEST.SKIPH A D18-Oct-2009787 4830

META.ymlH A D18-Oct-2009483 2322

Makefile.PLH A D18-Oct-2009275 74

READMEH A D18-Oct-2009930 3120

README

1Lchown - perl interface to the lchown(2) system call
2
3The Lchown module provides a perl interface to the lchown(2) UNIX system
4call, on systems that support lchown.  The lchown(2) call is used to
5change the ownership and group of symbolic links.
6
7DEPENDENCIES
8
9   The test suite requires the Test::More module, available from CPAN.
10
11   The oldest perl version that I've tested against is 5.00404.
12
13INSTALLATION
14
15   perl Build.PL
16   ./Build
17   ./Build test
18   ./Build install
19
20This module should build and pass tests on systems without the lchown
21system call.  Any lchown call will fail at runtime on such systems.
22
23Since the lchown system call often requires root privileges to make any
24change, most of the tests will be skipped unless "make test" is run as
25root.
26
27Copyright 2003-2009 Nick Cleaton, all rights reserved.
28
29This program is free software; you can redistribute it and/or modify it under
30the same terms as Perl itself.
31