about summary refs log tree commit
path: root/lib/Net/FTP/L.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Net/FTP/L.pm')
-rw-r--r--lib/Net/FTP/L.pm8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/Net/FTP/L.pm b/lib/Net/FTP/L.pm
new file mode 100644
index 0000000..f7423cb
--- /dev/null
+++ b/lib/Net/FTP/L.pm
@@ -0,0 +1,8 @@
+package Net::FTP::L;
+
+require Net::FTP::I;
+
+@ISA = qw(Net::FTP::I);
+$VERSION = "0.01";
+
+1;