| Name: | perl-Test-Perl-Critic-Policy |
|---|---|
| Version: | 1.140 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 17451 |
| License: | GPL+ or Artistic |
| RPM: | perl-Test-Perl-Critic-Policy-1.140-1.el9.noarch.rpm |
| Source RPM: | perl-Perl-Critic-1.140-1.el9.src.rpm |
| Build Date: | Tue Feb 08 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/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. |