mirror of
https://github.com/webmin/webmin.git
synced 2025-07-21 23:40:34 +00:00
9 lines
86 B
Perl
Executable File
9 lines
86 B
Perl
Executable File
|
|
require 'postgresql-lib.pl';
|
|
|
|
sub cpan_recommended
|
|
{
|
|
return ( "DBI", "DBD::Pg" );
|
|
}
|
|
|