Archives for: July 2009

Playing with Alias' new CPANDB

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 »

Deprecated code analyzer for perl

After reading NPEREZ's blog article DarkPAN SchmarkPAN -- STOP THE MEME, it suddenly comes to me: We need a tool that enable users to profile their codebase to verify if they are using any removed, deprecated or changed features of a new version of th… more »