in reply to Inheritable pragma ... or how I learnt perls' compilation order

I'm curious - why aren't you using Moose ?

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?
  • Comment on Re: Inheritable pragma ... or how I learnt perls' compilation order

Replies are listed 'Best First'.
Re^2: Inheritable pragma ... or how I learnt perls' compilation order
by Bloodnok (Vicar) on Aug 06, 2008 at 09:26 UTC
    Simply put, I've never heard of it - but you've now filled that gap & I'll away and investigate...

    That being said, IMO, you don't tend to learn much if you havn't been thro' the pain.

    At last, a user level that overstates my experience :-))

      The "abstract" ness you are looking for can be done mostly by using Moose::Role, you can find links to a number of talks/slides that discuss roles in more detail here. And if you have further questions feel free to join the mailing list (moose@perl.org) and/or IRC (#moose@irc.perl.org).

      -stvn