diff options
author | Damien Chaumette <dchaumette@mandriva.com> | 2003-05-28 13:39:35 +0000 |
---|---|---|
committer | Damien Chaumette <dchaumette@mandriva.com> | 2003-05-28 13:39:35 +0000 |
commit | 8d7b94d898aeb72c011fd4a91ee2f6924acd7e1d (patch) | |
tree | 8bc6016336f756502c3e77712595742b570883a3 /perl-install | |
parent | f9756ea767c7be7539f10ed40be4f0d0df050d10 (diff) | |
download | drakx-8d7b94d898aeb72c011fd4a91ee2f6924acd7e1d.tar drakx-8d7b94d898aeb72c011fd4a91ee2f6924acd7e1d.tar.gz drakx-8d7b94d898aeb72c011fd4a91ee2f6924acd7e1d.tar.bz2 drakx-8d7b94d898aeb72c011fd4a91ee2f6924acd7e1d.tar.xz drakx-8d7b94d898aeb72c011fd4a91ee2f6924acd7e1d.zip |
s/my/our/ to make perl_checker happy in isdn.pm
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/network/isdn_consts.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/isdn_consts.pm b/perl-install/network/isdn_consts.pm index 656be7287..b6ce7e1e1 100644 --- a/perl-install/network/isdn_consts.pm +++ b/perl-install/network/isdn_consts.pm @@ -3,7 +3,7 @@ use vars qw(@ISA @EXPORT); @ISA = qw(Exporter); @EXPORT = qw(@isdndata); -my @isdndata = +our @isdndata = ( { description => "Teles 16.0 (ISA)", #1 irq, mem, io driver => 'hisax', |