diff options
author | Thierry Vignaud <tv@mandriva.org> | 2009-09-23 18:09:12 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2009-09-23 18:09:12 +0000 |
commit | 145e444257d8f894f1d4a862a4ea69106df5042c (patch) | |
tree | 79542e4e5ed3dd08a8110a3af5e1452df38240df /perl-install | |
parent | 89c3767a3a6ec7317a0d2d91bbafe5dcafe2d535 (diff) | |
download | drakx-145e444257d8f894f1d4a862a4ea69106df5042c.tar drakx-145e444257d8f894f1d4a862a4ea69106df5042c.tar.gz drakx-145e444257d8f894f1d4a862a4ea69106df5042c.tar.bz2 drakx-145e444257d8f894f1d4a862a4ea69106df5042c.tar.xz drakx-145e444257d8f894f1d4a862a4ea69106df5042c.zip |
revert bogus bit in latest commti
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index a48039034..93d0395e6 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1,6 +1,6 @@ package detect_devices; # $Id$ -#use diagnostics; +use diagnostics; use strict; use vars qw($pcitable_addons $usbtable_addons); |