back in the saddle again

It’s good to be back on “CPAN”:http://search.cpan.org/. It’s been over a year since “Apache::PSP”:http://search.cpan.org/~radcliff/Apache-PSP-1.00/ went 1.0, and I haven’t had much chance to come up with publicly-useful Perl modules since then. That’s why it felt really good to post the “EVDB::API”:http://search.cpan.org/~radcliff/EVDB-API-0.6/lib/EVDB/API.pm module for work.

It’s a spiffed-up version of a module Chuck (our CTO) wrote for internal use, but the fact that it’s _out there_ now makes it even cooler. (Well, that and the “API”:http://api.evdb.com/ it actually uses.) I’m actually starting to get excited in that “hey, someone’s actually going to use this” sort of way.

If you’re interested and have a Perl install laying around, try this:
@perl -MCPAN -e ‘install EVDB::API’@
…and let me know what happens.