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