init III
This commit is contained in:
14
Perl OTRS/Kernel/cpan-lib/URI/_login.pm
Normal file
14
Perl OTRS/Kernel/cpan-lib/URI/_login.pm
Normal file
@@ -0,0 +1,14 @@
|
||||
package URI::_login;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use parent qw(URI::_server URI::_userpass);
|
||||
|
||||
our $VERSION = '1.71';
|
||||
$VERSION = eval $VERSION;
|
||||
|
||||
# Generic terminal logins. This is used as a base class for 'telnet',
|
||||
# 'tn3270', and 'rlogin' URL schemes.
|
||||
|
||||
1;
|
||||
Reference in New Issue
Block a user