We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613e89e commit 59bfc4fCopy full SHA for 59bfc4f
lib/URI/scp.pm
@@ -0,0 +1,5 @@
1
+package URI::scp;
2
+require URI::ssh;
3
+@ISA=qw(URI::ssh);
4
+
5
+1;
0 commit comments