This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Improve perlmodlib.PL. Reduce the amount of special case logic.
authorNicholas Clark <nick@ccl4.org>
Sat, 13 Jun 2009 19:09:47 +0000 (20:09 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 13 Jun 2009 20:46:12 +0000 (21:46 +0100)
commitcf9cbb1fcbe6c43ec204ccc0203775f22364127c
treeeb2e5be7c48f5989a62bfac74295d4a797723f70
parent439578a8cd045dc1dd600d7f556990d47292da14
Improve perlmodlib.PL. Reduce the amount of special case logic.
Get the module name from the Pod, rather than using heuristics on the filename
(sometimes wrong). Parse .pm_PL files too. Special cases now are only Config
and 8 files that don't use their package name in =head NAME.
pod/perlmodlib.PL