CPANdeps now cares about perl version numbers

brian_d_foy on 2007-11-24T09:49:00

CPANdeps now cares about what version of perl you're running. It lets you restrict test results to just the specified version, or look at all versions.

It also now uses Parse::CPAN::Packages instead of CPAN.pm to figure out what distribution each module lives in. That means that I now no longer have the huge startup time of CPAN.pm to worry about, so can drop mod_perl. Phew!