summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/sips.pm
blob: 3d7c2f2d6abea388f66e7e4f8dd95fa2d84a6e83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package URI::sips;

use strict;
use warnings;

our $VERSION = '5.10';

use parent 'URI::sip';

sub default_port { 5061 }

sub secure { 1 }

1;