mirror of
https://github.com/webmin/webmin.git
synced 2025-08-01 15:36:00 +00:00
9 lines
76 B
Perl
Executable File
9 lines
76 B
Perl
Executable File
|
|
require 'pam-lib.pl';
|
|
|
|
sub cpan_recommended
|
|
{
|
|
return ( "Authen::PAM" );
|
|
}
|
|
|