in reply to Re^2: Testing for valid package names
in thread Testing for valid package names

COMPLETELY understood.

I'm bad that way myself. :)
While it doesn't look complete, CPAN-Index might provide some helpful bits for your needs (project).

Good luck, and have fun.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;