Skip to content

Commit 59bfc4f

Browse files
SineSwiperoalders
authored andcommitted
Add scp scheme as an alias of ssh
1 parent 613e89e commit 59bfc4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/URI/scp.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
package URI::scp;
2+
require URI::ssh;
3+
@ISA=qw(URI::ssh);
4+
5+
1;

0 commit comments

Comments
 (0)