summaryrefslogtreecommitdiff
path: root/devel/p5-Test-UseAllModules/DESCR
blob: 42769d5ff6209fd9c2b8684410993c9d236b4ff6 (plain)
1
2
3
4
Sick of writing 00_load.t (or something like that) that do use_ok() for every
written module? Even sicker of updating 00_load.t every time adding another file
to the distro? This module reads MANIFEST to find modules to be tested and does
use_ok() for each of them. Now all to do is keeping MANIFEST up to date.