The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

App::Critique::Command::collect - Collect set of files for current critique session

VERSION

version 0.05

DESCRIPTION

This command will traverse the critque directory and gather all available Perl files for critiquing. It will then store this list inside the correct critique session file for processing during the critique session.

It should be noted that this is a destructive command, meaning that if you have begun critiquing your files and you re-run this command it will overwrite that list and you will loose any tracking information you currently have.

AUTHOR

Stevan Little <stevan@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by Stevan Little.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.