11 lines
107 B
Perl
11 lines
107 B
Perl
package URI::_foreign;
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use parent 'URI::_generic';
|
|
|
|
our $VERSION = '5.27';
|
|
|
|
1;
|