diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-18 18:27:04 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-07-18 18:27:04 +0000 |
commit | bf5c1abc529fb5c9858f7652b66157ae09152708 (patch) | |
tree | 917369dadc709d9b9a29b2a1965ba4e05439b151 /perl-install | |
parent | bb7f1af96c7a407fb9d697c94da3e57228eb5080 (diff) | |
download | drakx-bf5c1abc529fb5c9858f7652b66157ae09152708.tar drakx-bf5c1abc529fb5c9858f7652b66157ae09152708.tar.gz drakx-bf5c1abc529fb5c9858f7652b66157ae09152708.tar.bz2 drakx-bf5c1abc529fb5c9858f7652b66157ae09152708.tar.xz drakx-bf5c1abc529fb5c9858f7652b66157ae09152708.zip |
useless standalone dependancy for pixel fscking checker
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/harddrake/bttv.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/harddrake/bttv.pm b/perl-install/harddrake/bttv.pm index 4bc6cb63c..74f1ea52f 100644 --- a/perl-install/harddrake/bttv.pm +++ b/perl-install/harddrake/bttv.pm @@ -2,6 +2,7 @@ package harddrake::bttv; use strict; +use standalone; use interactive; use detect_devices; use lang; |