|
This patch extends the functionality of perl Porting/Maintainers --check
--check checks for duplicates (as present)
--check file checks if file has a maintainer
--check dir checks if all files in dir have a maintainer
For example, I used
perl -w Porting/Maintainers --check lib/ExtUtils/t
to check that my previous patch (to Porting/Maintainers.pl)
had not accidentally missed any of the contents of lib/ExtUtils/t
(some test files belong to ExtUtils::MakeMaker some to ExtUtils::Manifest)
Robin Barker
Mathematics and Scientific Computing group
<<maintainers_pm.patch>>
|