summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/sftp.pm
blob: 2d271fa97d69f743f13f81a9a0389d381c71d60c (plain)
1
2
3
4
5
6
7
8
9
10
11
package URI::sftp;

use strict;
use warnings;

use parent 'URI::ssh';

our $VERSION = '1.71';
$VERSION = eval $VERSION;

1;