summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* [scripts] Reduce size limit to 5000, as its upstreams maximumKent Fredric2012-04-071-1/+1
|
* [scripts/package_log.pl] improve documentation for --helpKent Fredric2012-03-011-0/+4
|
* add --from and --to timestamp range controlsKent Fredric2012-03-011-4/+12
|
* [scripts/package_log.pl] update to use optparser , fix bug that was ↵Kent Fredric2012-02-291-41/+37
| | | | preventing specifiying multiple packages
* [script] remove newest_date limitation on package_logKent Fredric2012-02-121-1/+1
|
* [scripts] optimise package query, fix end-point to _search, add debug ↵Kent Fredric2012-01-061-18/+30
| | | | options in the WWW layer
* [scripts/package_log.pl] +x permsKent Fredric2011-10-261-0/+0
|
* [scripts/package_log.pl] add a --nosummarize command to get full changes outputKent Fredric2011-10-251-5/+11
|
* [Scripts/package_log.pl] refactor to be more functional.Kent Fredric2011-10-251-69/+83
| | | | don't fetch data that we don't use.
* [scripts] fix colorcarp code, normalize bodyKent Fredric2011-10-251-41/+45
|
* [Scripts/package_log.pl] refactor guts of package_log.plKent Fredric2011-10-251-114/+26
|
* [Scripts] Added a utility for getting information about a specific PerlKent Fredric2011-10-241-0/+320
Distribution. Allows a 1-stop-shop for seeing the most relevant changes and dependencies for a list of selected packages. Uses a few packages currently not in the overlay which you'll need to suppliment some other way ( ie: cpanm/local-lib ) * MetaCPAN::API * CHI * WWW::Mechanize::Cached * HTTP::Tiny::Mech * Data::Dump * Term::ANSIColor * Gentoo::PerlMod::Version * CPAN::Changes