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

use strict;
use warnings;

use parent 'URI::ssh';

our $VERSION = '5.08';

1;