diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/URI/_foreign.pm')
-rwxr-xr-x | Master/tlpkg/tlperl/lib/URI/_foreign.pm | 6 |
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 100755 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; |