lists.perl.org database
We know that a lot of the data is out of date, as it has been collected from a variety of sources. Updates are welcome and encouraged.
Please send patches for lists.json (available below) as unified
diffs (diff -u
) to webmaster at perl.org or
(preferred) via a pull request against
the git
repository.
Please use validate.pl to make sure
your JSON parses correctly
(requires JSON from
CPAN). The -d
flag dumps out a properly formatted
file.
Here's a suggested workflow:
cp lists.json lists.json.old cp lists.json lists.json.new edit lists.json.new validate.pl -d lists.json.new > lists.json diff -u lists.json.old lists.json
The underlying data for lists.perl.org is available for download in JSON format: lists.json.
Key points:
$json->canonical(1);
)/^[a-z0-9_.-]+$/