Critique Perl source for style and standards Maintained by:perl@FreeBSD.org Port Added: 28 Nov 2005 06:23:09 Also Listed In:develperl5 License: ART10 GPLv1
Perl::Critic is an extensible framework for creating and applying coding
standards to Perl source code. Essentially, it is a static source code
analysis engine. Perl::Critic is distributed with a number of
Perl::Critic::Policy modules that attempt to enforce various coding
guidelines. Most Policies are based on Damian Conway's book
Perl Best Practices.
You can choose and customize those Polices through the
Perl::Critic interface. You can also create new Policy modules that
suit your own tastes.
For a convenient command-line interface to Perl::Critic, see the
documentation for perlcritic. If you want to integrate Perl::Critic with
your build process, Test::Perl::Critic provides a nice interface that is
suitable for test scripts.
WWW: http://search.cpan.org/dist/Perl-Critic/
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
With perl@ hat
p5-Perl-Critic requires p5-Readonly but doesn't say so in the Makefile.
This patch corrects the problem.
- bump PORTREVISION
PR: ports/115743
Submitted by: Tod McQuillin <devin_AT_spamcop dot net>