init III
This commit is contained in:
11
Perl OTRS/Kernel/cpan-lib/URI/sftp.pm
Normal file
11
Perl OTRS/Kernel/cpan-lib/URI/sftp.pm
Normal file
@@ -0,0 +1,11 @@
|
||||
package URI::sftp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use parent 'URI::ssh';
|
||||
|
||||
our $VERSION = '1.71';
|
||||
$VERSION = eval $VERSION;
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user