1File::Find::Object::PatUhsCeormpC(o3n)tributed Perl DocuFmielnet:a:tFiionnd::Object::PathComp(3)
2
3
4
6 version 0.3.4
7
9 This is the base class for F::F::O's path components. It only defines
10 some accessors, and is for File::Find::Object's internal use.
11
13 File::Find::Object::PathComp - base class for File::Find::Object's Path
14 Components
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 · Search CPAN
49
50 The default CPAN search engine, useful to view POD in HTML format.
51
52 <http://search.cpan.org/dist/File-Find-Object>
53
54 · RT: CPAN's Bug Tracker
55
56 The RT ( Request Tracker ) website is the default bug/issue
57 tracking system for CPAN.
58
59 <https://rt.cpan.org/Public/Dist/Display.html?Name=File-Find-Object>
60
61 · AnnoCPAN
62
63 The AnnoCPAN is a website that allows community annotations of Perl
64 module documentation.
65
66 <http://annocpan.org/dist/File-Find-Object>
67
68 · CPAN Ratings
69
70 The CPAN Ratings is a website that allows community ratings and
71 reviews of Perl modules.
72
73 <http://cpanratings.perl.org/d/File-Find-Object>
74
75 · CPANTS
76
77 The CPANTS is a website that analyzes the Kwalitee ( code metrics )
78 of a distribution.
79
80 <http://cpants.cpanauthors.org/dist/File-Find-Object>
81
82 · CPAN Testers
83
84 The CPAN Testers is a network of smoke testers who run automated
85 tests on uploaded CPAN distributions.
86
87 <http://www.cpantesters.org/distro/F/File-Find-Object>
88
89 · CPAN Testers Matrix
90
91 The CPAN Testers Matrix is a website that provides a visual
92 overview of the test results for a distribution on various
93 Perls/platforms.
94
95 <http://matrix.cpantesters.org/?dist=File-Find-Object>
96
97 · CPAN Testers Dependencies
98
99 The CPAN Testers Dependencies is a website that shows a chart of
100 the test results of all dependencies for a distribution.
101
102 <http://deps.cpantesters.org/?module=File::Find::Object>
103
104 Bugs / Feature Requests
105 Please report any bugs or feature requests by email to
106 "bug-file-find-object at rt.cpan.org", or through the web interface at
107 <https://rt.cpan.org/Public/Bug/Report.html?Queue=File-Find-Object>.
108 You will be automatically notified of any progress on the request by
109 the system.
110
111 Source Code
112 The code is open to the world, and available for you to hack on. Please
113 feel free to browse it and play with it, or whatever. If you want to
114 contribute patches, please send me a diff or prod me to pull from your
115 repository :)
116
117 <https://github.com/shlomif/perl-file-find-object>
118
119 git clone git://github.com/shlomif/perl-file-find-object.git
120
122 Shlomi Fish <shlomif@cpan.org>
123
125 Please report any bugs or feature requests on the bugtracker website
126 <https://github.com/shlomif/perl-file-find-object/issues>
127
128 When submitting a bug or request, please include a test-file or a patch
129 to an existing test-file that illustrates the bug or desired feature.
130
132 This software is Copyright (c) 2000 by Olivier Thauvin and others.
133
134 This is free software, licensed under:
135
136 The Artistic License 2.0 (GPL Compatible)
137
138
139
140perl v5.30.0 2019-08-26 File::Find::Object::PathComp(3)