#!/usr/bin/perl
#---------------------------------------------------------------
# Project         : Mandrakelinux
# Module          : hwdb/clients
# File            : test.pl
# Version         : $Id: test.pl,v 1.2 2004/09/03 13:55:06 flepied Exp $
# Author          : Frederic Lepied
# Created On      : Mon Dec 29 19:36:09 2003
# Purpose         : 
#---------------------------------------------------------------

use lib qw(/usr/share/hwdb);
use hwdb;

hwdb::detect();

# test.pl ands here
