mirror of
https://github.com/webmin/webmin.git
synced 2025-07-20 16:48:46 +00:00
9 lines
73 B
Perl
Executable File
9 lines
73 B
Perl
Executable File
|
|
require 'proc-lib.pl';
|
|
|
|
sub cpan_recommended
|
|
{
|
|
return ( "IO::Pty" );
|
|
}
|
|
|