The past weeks I've been a bit more interested in Moose and I liked the concepts so far. At the surface It's still the same old Perl but with less typing and incentives to reuse best practices, but when you dig a bit further the MOP is really kicking ass.
In order to get accustomed with it I've started to port Data::ObjectDriver to it (you can find it in my github repo). I just have the new 02-moose.t test passing. Another reason to look into that (Yet Another ORM) is that there are some parts in DOD that I really like and that aren't in Fey::ORM or Reaction AFAICT.
The whole process gave me ideas about something else, so I have dropped this branch and I have spent some of my free time on this new idea. I'll post here if this gets interesting.