Name: | perl-Test-Fixme |
---|---|
Version: | 0.16 |
Release: | 18.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 41164 |
License: | GPL+ or Artistic |
RPM: | perl-Test-Fixme-0.16-18.el9.noarch.rpm |
Source RPM: | perl-Test-Fixme-0.16-18.el9.src.rpm |
Build Date: | Fri Feb 04 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Test-Fixme |
Summary: | Check code for FIXMEs |
Description: | When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments and marks them FIXME. Test::Fixme allows you to add a test file that ensures that none of these get forgotten in the module. |