summaryrefslogtreecommitdiff
path: root/lib/URI/sftp.pm
blob: 9206ef286e59994928c99c7c94cfcfe61e04622c (plain)
1
2
3
4
5
6
7
8
9
10
package URI::sftp;

use strict;
use warnings;

use parent 'URI::ssh';

our $VERSION = '1.77';

1;