git.lirion.de

Of git, get, and gud

summaryrefslogtreecommitdiffstats
path: root/nagios-plugins-contrib-24.20190301~bpo9+1/check_hpasm/check_hpasm-4.8/plugins-scripts/HP/BladeSystem/Component.pm
blob: 15fa2134fa4055bec732c960257dbb4d92a8df37 (plain)
1
2
3
4
5
6
7
package HP::BladeSystem::Component;

use strict;

our @ISA = qw(HP::BladeSystem);

1;