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 0.3.8
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 Websites
37 The following websites have more information about this module, and may
38 be of help to you. As always, in addition to those websites please use
39 your favorite search engine to discover more resources.
40
41 • MetaCPAN
42
43 A modern, open-source CPAN search engine, useful to view POD in
44 HTML format.
45
46 <https://metacpan.org/release/File-Find-Object>
47
48 • RT: CPAN's Bug Tracker
49
50 The RT ( Request Tracker ) website is the default bug/issue
51 tracking system for CPAN.
52
53 <https://rt.cpan.org/Public/Dist/Display.html?Name=File-Find-Object>
54
55 • CPANTS
56
57 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
58 of a distribution.
59
60 <http://cpants.cpanauthors.org/dist/File-Find-Object>
61
62 • CPAN Testers
63
64 The CPAN Testers is a network of smoke testers who run automated
65 tests on uploaded CPAN distributions.
66
67 <http://www.cpantesters.org/distro/F/File-Find-Object>
68
69 • CPAN Testers Matrix
70
71 The CPAN Testers Matrix is a website that provides a visual
72 overview of the test results for a distribution on various
73 Perls/platforms.
74
75 <http://matrix.cpantesters.org/?dist=File-Find-Object>
76
77 • CPAN Testers Dependencies
78
79 The CPAN Testers Dependencies is a website that shows a chart of
80 the test results of all dependencies for a distribution.
81
82 <http://deps.cpantesters.org/?module=File::Find::Object>
83
84 Bugs / Feature Requests
85 Please report any bugs or feature requests by email to
86 "bug-file-find-object at rt.cpan.org", or through the web interface at
87 <https://rt.cpan.org/Public/Bug/Report.html?Queue=File-Find-Object>.
88 You will be automatically notified of any progress on the request by
89 the system.
90
91 Source Code
92 The code is open to the world, and available for you to hack on. Please
93 feel free to browse it and play with it, or whatever. If you want to
94 contribute patches, please send me a diff or prod me to pull from your
95 repository :)
96
97 <https://github.com/shlomif/perl-file-find-object>
98
99 git clone git://github.com/shlomif/perl-file-find-object.git
100
102 Shlomi Fish <shlomif@cpan.org>
103
105 Please report any bugs or feature requests on the bugtracker website
106 <https://github.com/shlomif/perl-file-find-object/issues>
107
108 When submitting a bug or request, please include a test-file or a patch
109 to an existing test-file that illustrates the bug or desired feature.
110
112 This software is Copyright (c) 2000 by Olivier Thauvin and others.
113
114 This is free software, licensed under:
115
116 The Artistic License 2.0 (GPL Compatible)
117
118
119
120perl v5.38.0 2023-07-22 File::Find::Object::PathComp(3)