summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/_foreign.pm
blob: 0132efeb8f55e3cf34b3115f0e63337e9c955b21 (plain)
1
2
3
4
5
6
7
8
package URI::_foreign;

use strict;
use warnings;

use parent 'URI::_generic';

1;