-
-
30 Sep 2010 22:07:27 UTC
- Distribution: Perl-Critic-Dynamic
- Module version: 0.05
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Clone repository
- Issues (3)
- Testers (1168 / 805 / 0)
- Kwalitee
Bus factor: 2- 86.58% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (18.42KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Devel::Symdump
- Perl::Critic::Policy
- Perl::Critic::Utils
- Readonly
- Storable
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Perl::Critic::Dynamic - Non-static policies for Perl::Critic
AFFILIATION
This module has no functionality, but instead contains documentation for this distribution and acts as a means of pulling other modules into a bundle. All of the Policy modules contained herein will have an "AFFILIATION" section announcing their participation in this grouping.
DESCRIPTION
Perl::Critic is primarily used as a static source code analyzer, which means that it never compiles or executes any of the code that it examines. But since Perl is a dynamic language, there are certain types of problems that cannot be discovered until the code is actually compiled.
This distribution includes Perl::Critic::DynamicPolicy, which can be used as a base class for Policies that wish to compile the code they analyze. The distribution also contains Perl::Critic::Policy::Dynamic::ValidateAgainstSymbolTable which demonstrates the use of Perl::Critic::DynamicPolicy.
ACKNOWLEDGMENTS
Development of the
Perl-Critic-Dynamic
distribution was financed by a grant from The Mathworks (http://mathworks.com). The Perl::Critic team sincerely thanks The Mathworks for their generous support of the Perl community and open-source software.AUTHOR
Jeffrey Ryan Thalhammer <thaljef@cpan.org>
COPYRIGHT
Copyright (c) 2007 Jeffrey Ryan Thalhammer. All rights reserved.
Module Install Instructions
To install Perl::Critic::Dynamic, copy and paste the appropriate command in to your terminal.
cpanm Perl::Critic::Dynamic
perl -MCPAN -e shell install Perl::Critic::Dynamic
For more information on module installation, please visit the detailed CPAN module installation guide.