On Fri, 23 May 2003, Stas Bekman wrote:

> 
> Fantastic, Randy! There are very few as expected.
> 
> Can we simply grep for Apache::test in all files (not only
> Makefile.PL) and then 'find . |grep Apache/test.pm' to exclude
> those who bundle the package?

By a strange coincidence, the system I have extracts those .pm
files that have pod content, so this was simple to find - the
packages that include an Apache::test are

Apache-AppCluster/Server/t/Apache/test.pm
Apache-AuthCookie/t/Apache/test.pm
Apache-Compress/t/Apache/test.pm
Apache-Filter/t/Apache/test.pm
Apache-SSI/t/Apache/test.pm
AxKit-Needs/mod_perl/mod_perl-1.26/Apache/test.pm
HTML-Mason/t/Apache/test.pm
mod_perl/Apache/test.pm
MasonX-ApacheHandler-WithCallbacks/t/Apache/test.pm

This was done on Linux, so Apache/test.pm really is
Apache::test, and not Apache::Test :)

-- 
best regards,
randy

Reply via email to