http://qs321.pair.com?node_id=567070


in reply to Re: Overriding arguments in Class::Std superclass constructors
in thread Overriding arguments in Class::Std superclass constructors

Yeah, the first sucks because I'd have to do it everywhere I create objects, and all those places have to "know" more than they should.

My workaround is basically the same, except that I removed the init_arg and made myclass::START do the croak-or-set itself.

Thanks for the ideas. I've opened ticket 20966 in RT.

  • Comment on Re^2: Overriding arguments in Class::Std superclass constructors