| Name: | perl-Test-Perl-Critic-Policy |
|---|---|
| Version: | 1.118 |
| Release: | 5.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 18281 |
| License: | GPL+ or Artistic |
| RPM: | perl-Test-Perl-Critic-Policy-1.118-5.el7.noarch.rpm |
| Source RPM: | perl-Perl-Critic-1.118-5.el7.src.rpm |
| Build Date: | Wed Apr 30 2014 |
| Build Host: | ca-buildj3.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/Perl-Critic/ |
| Summary: | A framework for testing your custom Policies |
| Description: | This module provides a framework for function-testing your custom Perl::Critic::Policy modules. Policy testing usually involves feeding it a string of Perl code and checking its behavior. In the old days, those strings of Perl code were mixed directly in the test script. That sucked. |