Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
There are plenty of modules out there that receive scant attention, perhaps because people don't understand them or, worse, because the authors are unknown (would anyone use Quantum::Superpositions if it wasn't written by Him?)
Today my nomination for an underappreciated module is Hash::AsObject. If all you need to do is present an appropriate interface, it's great.
my $faux_object = Hash::AsObject->new(theater_no => 123);
print $faux_object->theater_no;
Rating? (Score:1)
In addition to raving about them in a blog entry of course
Re:Rating? (Score:2)
Duh. I feel stupid now :)
No lvalue subs (Score:2)
Re:No lvalue subs (Score:1)