Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-06 | Regenerate core list. Looks better. | Justin Davis | 1 | -41/+57 | |
2012-06-06 | Remove unnecessary code from perlcore. | Justin Davis | 1 | -33/+7 | |
2012-06-06 | Search for package names when parsing VERSIONs. | Justin Davis | 1 | -29/+56 | |
2012-06-06 | Scrape *_pm.PL scripts in misc/perlcore. | Justin Davis | 2 | -23/+50 | |
Regenerates perlcore.mods-5.16.0 using the new script. DynaLoader and some ext/ modules were missing. | |||||
2012-06-02 | perl 5.16 is now in core. Remove 5.14.2 corelist and update 5.16.0 corelist. | Justin Davis | 2 | -540/+39 | |
2012-06-02 | Read core modules in the ext/ dir too. | Justin Davis | 1 | -1/+1 | |
2012-06-02 | A general cleanup of the perlcore script. | Justin Davis | 1 | -116/+58 | |
2012-06-02 | Fix perlcore to work properly. Mark core-only modules. | Justin Davis | 3 | -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-01 | Add precomputed perl core module lists. | Justin Davis | 2 | -0/+216 | |
2012-06-01 | Move pushpkgs helper script into misc/. | Justin Davis | 1 | -0/+59 | |
2012-06-01 | Avoid searching in test modules. | Justin Davis | 1 | -0/+1 | |
2012-06-01 | Die on bad verstr | Justin Davis | 1 | -1/+1 | |
2012-06-01 | Make missing version error slightly different. | Justin Davis | 1 | -1/+1 | |
2012-06-01 | Move scrapecore script. Perl corelist will be bundled now. | Justin Davis | 1 | -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. |