Skip Menu |

This queue is for tickets about the Nagios-Object CPAN distribution.

Report information
The Basics
Id: 132053
Status: new
Priority: 0/
Queue: Nagios-Object

People
Owner: Nobody in particular
Requestors: SGRAY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



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