Name: | perl-Test-Perl-Critic-Policy |
Version: | 1.156 |
Release: | 1.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 16461 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Test-Perl-Critic-Policy-1.156-1.el10_0.noarch.rpm
|
Source RPM: |
perl-Perl-Critic-1.156-1.el10_0.src.rpm
|
Build Date: | Thu Jan 16 2025 |
Build Host: | build-ol10-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. |