in reply to Re^2: inheriting from Data::Table
in thread inheriting from Data::Table
Create an instance of Data::Table inside a Moose class. If you think this would be the cause for multiple inheritance (which is really not a good thing) them look at the Moose::Role.
It might look as a waste of time in the beginning having to learn a new OO system, but you will see that you'll write better code in less time shortly.
|
|---|