Subject: | Implement multiple template inheritance. |
Nagios starting from version 3.x supports multiple template inheritance. Multiple objects can be listed in the RHS of the "use" statement. Attributes are inherited from the first object that defines them.
This is implemented by the following change: https://github.com/duncs/perl-nagios-object/pull/10