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