Name: | perl-Test-UseAllModules |
Version: | 0.17 |
Release: | 25.el10_0 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 8461 |
License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
RPM: |
perl-Test-UseAllModules-0.17-25.el10_0.noarch.rpm
|
Source RPM: |
perl-Test-UseAllModules-0.17-25.el10_0.src.rpm
|
Build Date: | Thu Dec 19 2024 |
Build Host: | build-ol10-x86_64.oracle.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). |