summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl0/lib/Net/FTP/E.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl0/lib/Net/FTP/E.pm')
-rwxr-xr-xMaster/tlpkg/tlperl0/lib/Net/FTP/E.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/tlperl0/lib/Net/FTP/E.pm b/Master/tlpkg/tlperl0/lib/Net/FTP/E.pm
new file mode 100755
index 00000000000..d480cd72955
--- /dev/null
+++ b/Master/tlpkg/tlperl0/lib/Net/FTP/E.pm
@@ -0,0 +1,8 @@
+package Net::FTP::E;
+
+require Net::FTP::I;
+
+@ISA = qw(Net::FTP::I);
+$VERSION = "0.01";
+
+1;