File: _foreign.pm

package info (click to toggle)
liburi-perl 5.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 984 kB
  • sloc: perl: 4,001; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package URI::_foreign;

use strict;
use warnings;

use parent 'URI::_generic';

our $VERSION = '5.34';

1;