summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/site/lib/URI/_foreign.pm
blob: fbee23e05abd4dc7a27d8dd96d28576882b6d99e (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.71';
$VERSION = eval $VERSION;

1;