summaryrefslogtreecommitdiffstats
path: root/INF.pm
diff options
context:
space:
mode:
Diffstat (limited to 'INF.pm')
-rw-r--r--INF.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/INF.pm b/INF.pm
index d3301f6..46500e4 100644
--- a/INF.pm
+++ b/INF.pm
@@ -1,6 +1,7 @@
package INF;
use INF::APC;
use INF::DSRx020;
+use INF::ILO;
#$infs = [
@@ -30,6 +31,9 @@ sub new ($;$) {
elsif ( $inf->{inf_type} eq 'apc' ) {
return INF::APC->new($inf);
}
+ elsif ( $inf->{inf_type} eq 'ilo' ) {
+ return INF::ILO->new($inf);
+ }
else {
return undef;
}