summaryrefslogtreecommitdiff
path: root/lib/URI/_foreign.pm
blob: 6423bd4aaca52f33b688301647b67e275ef5e952 (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.15';

1;