Initial class construction
This commit is contained in:
10
Git/usr/share/perl5/vendor_perl/URI/sftp.pm
Normal file
10
Git/usr/share/perl5/vendor_perl/URI/sftp.pm
Normal file
@ -0,0 +1,10 @@
|
||||
package URI::sftp;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use parent 'URI::ssh';
|
||||
|
||||
our $VERSION = '1.76';
|
||||
|
||||
1;
|
Reference in New Issue
Block a user