summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/apache.pm
diff options
context:
space:
mode:
authorivan <ivan>2003-03-20 03:41:03 +0000
committerivan <ivan>2003-03-20 03:41:03 +0000
commit9aec22e5fd00800c6e7952ae5b85cc639d4b1e78 (patch)
tree11544ec21fa991b75933bc55c73bcc354e4cfd98 /FS/FS/part_export/apache.pm
parent6609285a50f6c9110ae8d5a26a767fd895f1e325 (diff)
apache export!
Diffstat (limited to 'FS/FS/part_export/apache.pm')
-rw-r--r--FS/FS/part_export/apache.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/part_export/apache.pm b/FS/FS/part_export/apache.pm
new file mode 100644
index 0000000..b72c9bd
--- /dev/null
+++ b/FS/FS/part_export/apache.pm
@@ -0,0 +1,7 @@
+package FS::part_export::bind;
+
+use vars qw(@ISA);
+use FS::part_export::null;
+
+@ISA = qw(FS::part_export::null);
+