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