diff options
Diffstat (limited to 'lib/URI/telnet.pm')
| -rw-r--r-- | lib/URI/telnet.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/URI/telnet.pm b/lib/URI/telnet.pm new file mode 100644 index 0000000..5f842d3 --- /dev/null +++ b/lib/URI/telnet.pm @@ -0,0 +1,7 @@ +package URI::telnet; +require URI::_login; +@ISA = qw(URI::_login); + +sub default_port { 23 } + +1; |
