summaryrefslogtreecommitdiffstats
path: root/misc/perlcore
AgeCommit message (Collapse)AuthorFilesLines
2012-06-02Read core modules in the ext/ dir too.Justin Davis1-1/+1
2012-06-02A general cleanup of the perlcore script.Justin Davis1-116/+58
2012-06-02Fix perlcore to work properly. Mark core-only modules.Justin Davis1-45/+65
Find every module, not just the main module in the distribution. This acted like provides.pl in perlpkgscripts. Now I remember why I used Module::CoreList instead of going through this. Updates the perlcore.mods-* files under misc/ as well. Fix perl-dist to parse the extra * properly.
2012-06-01Avoid searching in test modules.Justin Davis1-0/+1
2012-06-01Die on bad verstrJustin Davis1-1/+1
2012-06-01Make missing version error slightly different.Justin Davis1-1/+1
2012-06-01Move scrapecore script. Perl corelist will be bundled now.Justin Davis1-0/+249
The core module list for perl might as well be bundled with genpkg. The setup script will install it to the proper place. The scrapecore script will still be included for completeness but shouldn't have to be used by the user, hopefully.