summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/URI/_foreign.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/_foreign.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/URI/_foreign.pm6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl/lib/URI/_foreign.pm b/Master/tlpkg/tlperl/lib/URI/_foreign.pm
new file mode 100644
index 00000000000..075f0fd3417
--- /dev/null
+++ b/Master/tlpkg/tlperl/lib/URI/_foreign.pm
@@ -0,0 +1,6 @@
+package URI::_foreign;
+
+require URI::_generic;
+@ISA=qw(URI::_generic);
+
+1;