| Name: | perl-Test-UseAllModules |
|---|---|
| Version: | 0.17 |
| Release: | 15.el8 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 8726 |
| License: | GPL+ or Artistic |
| RPM: | perl-Test-UseAllModules-0.17-15.el8.noarch.rpm |
| Source RPM: | perl-Test-UseAllModules-0.17-15.el8.src.rpm |
| Build Date: | Mon Nov 04 2019 |
| Build Host: | jenkins-10-147-72-125-d2ac1df6-acc4-4fcb-b0d4-e6c082c4d687.appad1iad.osdevelopmeniad.oraclevcn.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Test-UseAllModules |
| Summary: | Do use_ok() for all the MANIFESTed modules |
| Description: | I'm sick of writing 00_load.t (or something like that) that will do use_ok() for every module I write. I'm sicker of updating 00_load.t when I add another file to the distribution. This module reads MANIFEST to find modules to be tested and does use_ok() for each of them. Now all you have to do is update MANIFEST. You don't have to modify the test any more (hopefully). |