summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/tlperl/site/lib/URI/_foreign.pm
blob: 7225450b1929381c336d9cd9ef29c31edd22250f (plain)
1
2
3
4
5
6
7
8
9
10
package URI::_foreign;

use strict;
use warnings;

use parent 'URI::_generic';

our $VERSION = '5.27';

1;