webmin/mysql/cpan_modules.pl

9 lines
84 B
Perl
Raw Permalink Normal View History

2007-04-12 20:24:50 +00:00
require 'mysql-lib.pl';
sub cpan_recommended
{
return ( "DBI", "DBD::mysql" );
}