Files
server/usr/share/perl5/URI/_foreign.pm
2026-01-07 20:52:11 +01:00

11 lines
107 B
Perl

package URI::_foreign;
use strict;
use warnings;
use parent 'URI::_generic';
our $VERSION = '5.27';
1;