summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/telnet.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/telnet.pm')
-rwxr-xr-xMaster/tlpkg/tlperl/lib/URI/telnet.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/telnet.pm b/Master/tlpkg/tlperl/lib/URI/telnet.pm
new file mode 100755
index 00000000000..5f842d35787
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/URI/telnet.pm
@@ -0,0 +1,7 @@
+package URI::telnet;
+require URI::_login;
+@ISA = qw(URI::_login);
+
+sub default_port { 23 }
+
+1;