forked from dland/File-Path
-
Notifications
You must be signed in to change notification settings - Fork 11
/
README
70 lines (48 loc) · 1.83 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
This file is the README for File::Path version 2.12_002
[![Build Status](https://travis-ci.org/rpcme/File-Path.svg?branch=master)](https://travis-ci.org/rpcme/File-Path)
[![CPAN version](https://badge.fury.io/pl/File-Path.svg)](http://badge.fury.io/pl/File-Path)
INSTALLATION
perl Makefile.PL
make
make test
make install
TESTING
This module requires the following modules for thorough testing:
(These are core, you should be ok)
Cwd
File::Path
File::Spec::Functions
Test::More
(These are optional)
Test::Output
Test::Pod
Test::Pod::Coverage
For more advanced testing, it is possible to run the
eg/setup-extra-tests program as root. This will create a
directory 'EXTRA' that contains a mixture of files and
directories owned both by root and a specified user
(uid or login name).
sudo perl eg/setup-extra-tests -u david
make test
This is used to exercise parts of the code that ordinarily
wouldn't be visited. That is, as root, some files and
directories will be created that the user 'david', which
will run the test suite, will not be able to remove.
It would be nice to do something tricksy like this for
Win32, which has a much richer privilege scheme.
BUGS
Please report all bugs on the RT queue:
L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Path>
You can also send pull requests to the Github repository:
L<https://github.com/rpcme/File-Path>
AUTHORS
Prior authors and maintainers: Tim Bunce, Charles Bailey, and
David Landgren <F<david@landgren.net>>.
Current maintainers are Richard Elberger <F<riche@cpan.org>> and
James (Jim) Keenan <F<jkeenan@cpan.org>>.
COPYRIGHT
This module is copyright (C) Charles Bailey, Tim Bunce, David Landgren,
James Keenan, and Richard Elberger 1995-2015. All rights reserved.
LICENSE
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.