NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Shamelessly self-promotional (Score:1)
hrm... (Score:2)
Alas, most of my great code is great because it's so trivial for that job. :(
Dist::Zilla (Score:1)
I like Dist::Zilla.
The plugin system is very nice.
life is short
AppConfig; Games::Pentominos (Score:1)
AppConfig by Andy Wardley is widely used, nontrivial in what it does (reading complex configuration data from various sources), and beautiful to read.
Games::Pentominos by myself is not very useful, but also nontrivial in what it does (solving a paving puzzle by recursive trial and error), and I shamelessly think it is quite nice to read, displaying a number of Perl features (regexes, functional grep/map, compilation on the fly, etc.).