acme (email not shown publicly) http://www.astray.com/ Leon Brocard (aka acme) is an orange-loving Perl eurohacker with many varied contributions to the Perl community, including the GraphViz module on the CPAN. YAPC::Europe was all his fault. He is still looking for a Perl Monger group he can start which begins with the letter 'D'.
Whilst I agree it's a nasty interface, in place of a better one, I would settle for something documented. I was looking at the same thing as you a little while back and was >that close< to filing a bug report on RT until I stumbled over the QuickRef file [cpan.org] by accident. The one that I'd never seen because CPAN installed it. Doh.
This is becoming a common theme, but it's all good in my opinion. A few years after I released Authen::Krb5, which *mostly* conforms to the very confusing MIT Kerberos 5 API, someone (with my blessing) wrote Authen::Krb5::Easy. It's a nice Perl wrapper around Authen::Krb5 that exports simpler implementations of the API to users who don't need the whole thing. Modules like this really help people get up and running quickly. Net::SSLeay could probably use something like this (no, that wasn't me volunteeri
It's a C wrapper (Score:3, Insightful)
Of course, then *that* should be wrapped in something nicer in Perl. Is that you volenteering Leon?
Reply to This
Net::SSLeay is nasty (Score:4, Interesting)
-Dom
Reply to This
Easy modules (Score:2, Informative)
Re:Easy modules (Score:3, Informative)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;