summaryrefslogtreecommitdiffstats
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2012-06-06Regenerate core list. Looks better.Justin Davis1-41/+57
2012-06-06Remove unnecessary code from perlcore.Justin Davis1-33/+7
2012-06-06Search for package names when parsing VERSIONs.Justin Davis1-29/+56
2012-06-06Scrape *_pm.PL scripts in misc/perlcore.Justin Davis2-23/+50
Regenerates perlcore.mods-5.16.0 using the new script. DynaLoader and some ext/ modules were missing.
2012-06-02perl 5.16 is now in core. Remove 5.14.2 corelist and update 5.16.0 corelist.Justin Davis2-540/+39
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 Davis3-260/+1183
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-01Add precomputed perl core module lists.Justin Davis2-0/+216
2012-06-01Move pushpkgs helper script into misc/.Justin Davis1-0/+59
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.