summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/bttv.pm
Commit message (Collapse)AuthorAgeFilesLines
* spec29: bttv configuration part of drakxtv.Thierry Vignaud2002-07-051-0/+180
it can be used by: #!/usr/bin/perl use strict; use lib qw(/usr/lib/libDrakX); use standalone; use harddrake::bttv; use interactive; bttv::config('interactive'->vnew());