http://www.perlmonks.org?node_id=563570


in reply to Re^3: Inheritance and merging of fields
in thread Inheritance and merging of fields

The problem seems resolved by adding
use ParentClass;
before
use base qw(ParentClass); use fields qw(field1, ... );
It's very strange because without using
use ParentClass;
Any ideas why?

---
Michael Stepanov aka nite_man

It's only my opinion and it doesn't have pretensions of absoluteness!