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

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 :-))
  • Comment on Re^2: Inheritable pragma ... or how I learnt perls' compilation order

Replies are listed 'Best First'.
Re^3: Inheritable pragma ... or how I learnt perls' compilation order
by stvn (Monsignor) on Aug 08, 2008 at 23:00 UTC

    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