The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
package URI::_foreign;

use strict;
use warnings;

use parent 'URI::_generic';

our $VERSION = '1.72';
$VERSION = eval $VERSION;

1;