summaryrefslogtreecommitdiffstats
path: root/bin/metas/perl.d
AgeCommit message (Collapse)AuthorFilesLines
2011-10-21Create lib/ directory for meta generator and template scripts.Justin Davis2-627/+0
2011-10-20Move test deps in makedepends to checkdepends, too.Justin Davis1-11/+15
2011-10-17Bugfix for fetching cpan files.Justin Davis1-3/+2
Minor style fixes. Remove extra whitespace. Use metacpan.org for url.
2011-10-16Typo fix. Extra single quote.Justin Davis1-1/+1
2011-10-11Rework perl.d/cpandists to list modules as well.Justin Davis2-26/+73
Restyle metas/perl slightly. Use the new files generated by cpandists. Rewrite metas/perl.d/perl-dist to try to read through the cpanmods file as little as possible.
2011-10-11Include dependencies on core perl modules. Use the new provides list.Justin Davis1-26/+0
2011-10-08Fix license bug in perl-dist.Justin Davis1-1/+1
2011-10-07Tweak perl-dist. Add !emptydirs option.Justin Davis1-1/+2
Add -f flag to rm -r pkg/$pkg/src.
2011-10-07Remove src/ dir from package dir each time.Justin Davis1-2/+3
2011-10-07Reformat perl-dist perl script. Trying out a new style.Justin Davis1-357/+342
2011-09-22Do not download CPAN dists if it already exists in the CWD.Justin Davis1-3/+6
2011-09-22Remove debugging output from makepkgbuild and from perl-dist.Justin Davis1-10/+9
2011-09-21Remove dists data file I accidentally added.Justin Davis1-22299/+0
2011-09-21Forgot to add cpandists file for fetching CPAN dist list.Justin Davis1-1/+1
2011-09-20Begin restructuring. Creates Makefile, etc.Justin Davis3-0/+22913
bin/macros were moved to bin/metas. perl-cpan renamed to simply perl. Supporting scripts for perl-cpan moved to bin/metas/perl.d. No longer use the webpage to look up dists, we maintaing our own simple list of CPAN distributions. Unlike before, scripts in metas/ generate the data file and not the file parsed by pbjparse.awk.