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'.
Interesting... (Score:2)
Re: (Score:2)
Pseudo Hashes (Score:1)
All of his modules seem to use them and then rebless every pseudo hash based object into arbitrary different classes. The once-upon-a-time impressive advantage of pseudo hashes, namely that they provided compile time typo control is broken by the runtime assignments. Besides I have no idea what he tried to achieve. Any of these objects can be assigned arbitrary keys at any point in time.
It's such a huge can of worms that I was hesitating for several months to actu