1File::Find::Object::PatUhsCeormpC(o3n)tributed Perl DocuFmielnet:a:tFiionnd::Object::PathComp(3)
2
3
4
6 File::Find::Object::PathComp - base class for File::Find::Object's Path
7 Components
8
10 version v0.3.2
11
13 This is the base class for F::F::O's path components. It only defines
14 some accessors, and is for File::Find::Object's internal use.
15
18 File::Find::Object
19
21 Copyright (C) 2005, 2006 by Olivier Thauvin
22
23 This package is free software; you can redistribute it and/or modify it
24 under the following terms:
25
26 1. The GNU General Public License Version 2.0 -
27 http://www.opensource.org/licenses/gpl-license.php
28
29 2. The Artistic License Version 2.0 -
30 http://www.perlfoundation.org/legal/licenses/artistic-2_0.html
31
32 3. At your option - any later version of either or both of these
33 licenses.
34
36 Shlomi Fish <shlomif@cpan.org>
37
39 This software is Copyright (c) 2000 by Olivier Thauvin and others.
40
41 This is free software, licensed under:
42
43 The Artistic License 2.0 (GPL Compatible)
44
46 Please report any bugs or feature requests on the bugtracker website
47 http://rt.cpan.org/NoAuth/Bugs.html?Dist=File-Find-Object or by email
48 to bug-file-find-object@rt.cpan.org.
49
50 When submitting a bug or request, please include a test-file or a patch
51 to an existing test-file that illustrates the bug or desired feature.
52
54 Perldoc
55 You can find documentation for this module with the perldoc command.
56
57 perldoc File::Find::Object
58
59 Websites
60 The following websites have more information about this module, and may
61 be of help to you. As always, in addition to those websites please use
62 your favorite search engine to discover more resources.
63
64 · MetaCPAN
65
66 A modern, open-source CPAN search engine, useful to view POD in
67 HTML format.
68
69 <http://metacpan.org/release/File-Find-Object>
70
71 · Search CPAN
72
73 The default CPAN search engine, useful to view POD in HTML format.
74
75 <http://search.cpan.org/dist/File-Find-Object>
76
77 · RT: CPAN's Bug Tracker
78
79 The RT ( Request Tracker ) website is the default bug/issue
80 tracking system for CPAN.
81
82 <https://rt.cpan.org/Public/Dist/Display.html?Name=File-Find-Object>
83
84 · AnnoCPAN
85
86 The AnnoCPAN is a website that allows community annotations of Perl
87 module documentation.
88
89 <http://annocpan.org/dist/File-Find-Object>
90
91 · CPAN Ratings
92
93 The CPAN Ratings is a website that allows community ratings and
94 reviews of Perl modules.
95
96 <http://cpanratings.perl.org/d/File-Find-Object>
97
98 · CPAN Forum
99
100 The CPAN Forum is a web forum for discussing Perl modules.
101
102 <http://cpanforum.com/dist/File-Find-Object>
103
104 · CPANTS
105
106 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
107 of a distribution.
108
109 <http://cpants.cpanauthors.org/dist/File-Find-Object>
110
111 · CPAN Testers
112
113 The CPAN Testers is a network of smokers who run automated tests on
114 uploaded CPAN distributions.
115
116 <http://www.cpantesters.org/distro/F/File-Find-Object>
117
118 · CPAN Testers Matrix
119
120 The CPAN Testers Matrix is a website that provides a visual
121 overview of the test results for a distribution on various
122 Perls/platforms.
123
124 <http://matrix.cpantesters.org/?dist=File-Find-Object>
125
126 · CPAN Testers Dependencies
127
128 The CPAN Testers Dependencies is a website that shows a chart of
129 the test results of all dependencies for a distribution.
130
131 <http://deps.cpantesters.org/?module=File::Find::Object>
132
133 Bugs / Feature Requests
134 Please report any bugs or feature requests by email to
135 "bug-file-find-object at rt.cpan.org", or through the web interface at
136 <https://rt.cpan.org/Public/Bug/Report.html?Queue=File-Find-Object>.
137 You will be automatically notified of any progress on the request by
138 the system.
139
140 Source Code
141 The code is open to the world, and available for you to hack on. Please
142 feel free to browse it and play with it, or whatever. If you want to
143 contribute patches, please send me a diff or prod me to pull from your
144 repository :)
145
146 <http://bitbucket.org/shlomif/perl-file-find-object>
147
148 hg clone ssh://hg@bitbucket.org/shlomif/perl-file-find-object
149
150
151
152perl v5.28.1 2017-01-13 File::Find::Object::PathComp(3)