summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/_foreign.pm
blob: a500a3659c06d26fdecb2017d37b11bd959e2cc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
package URI::_foreign;

use strict;
use warnings;

use parent 'URI::_generic';

our $VERSION = '1.73';
$VERSION = eval $VERSION;

1;