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