summaryrefslogtreecommitdiff
path: root/lib/URI/sftp.pm
blob: 3fa3932dae637733d47b72a18845fccde5be2418 (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.12';

1;