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

1;