webmin/postgresql/cpan_modules.pl

9 lines
86 B
Perl
Raw Permalink Normal View History

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