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

NAME

App::Critique - An incremental refactoring tool for Perl powered by Perl::Critic

VERSION

version 0.04

DESCRIPTION

This tool is specifically designed to find syntactic patterns in Perl source code and allow you to review, refactor and commit your changes in one smooth workflow.

The idea behind App::Critique is based on two assumptions.

The first is that refactoring often involves a lot of repetitive and easily automated actions, and this tool aims to make this workflow as smooth as possible.

The second is that many people, working on small incremental code improvements, in individual easily revertable commits, can have a huge effect on a codebase, which is exactly what this tool aims to do.

The quickest way to start is to read the tutorial either by viewing the documentation for App::Critique::Command::tutorial or by installing the app and running the following

  > critique tutorial

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.