in reply to How to learn Object Oriented programming in Perl ?

Spiffy? Moose?
  • Comment on Re: How to learn Object Oriented programming in Perl ?

Replies are listed 'Best First'.
Re^2: How to learn Object Oriented programming in Perl ?
by jplindstrom (Monsignor) on Apr 22, 2008 at 10:20 UTC
    Having used both I'd look into Moose rather than Spiffy, Moose being a lot more solid base.

    The nicest thing about Spiffy is the way it handles $self for you. But that's done with a source filter, so... slightly fragile.

    Starting a new project today, I'd go with Moose, and probably try out Method::Signatures. That pretty much brings Perl OO into the Century of the Fruitbat.

    /J