File-Collector
view release on metacpan or search on metacpan
lib/File/Collector.pm view on Meta::CPAN
=head3 print_short_name()
Returns a shortened path, relative to all the files in the entire collection,
and the file name of the file being processed or in an iterator.
=head1 REQUIRES
=over 4
=item * L<Carp|Carp>
=item * L<File::Basename|File::Basename>
=item * L<File::Spec|File::Spec>
=item * L<Role::Tiny::With|Role::Tiny::With>
=item * L<strict|strict>
=item * L<warnings|warnings>
=back
=for :stopwords cpan testmatrix url annocpan anno bugtracker rt cpants kwalitee diff irc mailto metadata placeholders metacpan
=head1 SUPPORT
=head2 Perldoc
You can find documentation for this module with the perldoc command.
perldoc File::Collector
=head2 Websites
The following websites have more information about this module, and may be of help to you. As always,
in addition to those websites please use your favorite search engine to discover more resources.
=over 4
=item *
MetaCPAN
A modern, open-source CPAN search engine, useful to view POD in HTML format.
L<https://metacpan.org/release/File-Collector>
=back
=head2 Source Code
The code is open to the world, and available for you to hack on. Please feel free to browse it and play
with it, or whatever. If you want to contribute patches, please send me a diff or prod me to pull
from your repository :)
L<https://github.com/sdondley/File-Collector>
git clone git://github.com/sdondley/File-Collector.git
=head1 BUGS AND LIMITATIONS
You can make new bug reports, and view existing ones, through the
web interface at L<https://github.com/sdondley/File-Collector/issues>.
=head1 INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
=head1 SEE ALSO
L<File::Collector::Processor>
=head1 AUTHOR
Steve Dondley <s@dondley.com>
=head1 Special Thanks
Thanks to all the generous monks at the L<PerlMonks|https://PerlMonks.org>
community for patiently answering my (sometimes asinine) questions. A very
special mention goes to L<jcb|https://www.perlmonks.org/?node_id=1149436> whose
advice was invaluable to improving the quality of this module. Another shout out
to L<Hippo|https://www.perlmonks.org/?node=hippo> for the suggesting
L<Role::Tiny> to help make the module more flexible.
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2019 by Steve Dondley.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
=cut
( run in 1.898 second using v1.01-cache-2.11-cpan-39bf76dae61 )