Tags: alias
Playing with Alias' new CPANDB
By Robin Smidsrød on Jul 3, 2009 | In Perl | 5 feedbacks »
This is a somewhat simple query that identifies CPAN authors that use modules from the Test namespace in their runtime phase, according to the data from CPANDB.
SELECT d.author, count(r.module) AS test_namespace_used_in_runtime_phase
FROM requires… more »



