summaryrefslogtreecommitdiff
path: root/lib/URI/_foreign.pm
blob: 1e2f42483f194d48fbfbaffb936c005baf5b364d (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.08';

1;