From 82fc18c196bec8367b474dee93051247e0355ebd Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 16 May 2003 14:42:31 +0000 Subject: let it work --- perl-install/network/isdn_consts.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'perl-install/network/isdn_consts.pm') diff --git a/perl-install/network/isdn_consts.pm b/perl-install/network/isdn_consts.pm index b93a75e11..b5ac48dfc 100644 --- a/perl-install/network/isdn_consts.pm +++ b/perl-install/network/isdn_consts.pm @@ -1,6 +1,9 @@ package network::isdn; # $Id$ +use vars qw(@isdndata @ISA @EXPORT); +@ISA = qw(Exporter); +@EXPORT = qw(@isdndata); -our @isdndata = +@isdndata = ( { description => "Teles 16.0 (ISA)", #1 irq, mem, io driver => 'hisax', -- cgit v1.2.1