summaryrefslogtreecommitdiff
path: root/lib/URI/_foreign.pm
blob: 27a184c18350dfed453ec4fe30dda3cdbfa5ce0d (plain)
1
2
3
4
5
6
7
8
9
10
package URI::_foreign;

use strict;
use warnings;

use parent 'URI::_generic';

our $VERSION = '1.75';

1;