summaryrefslogtreecommitdiff
path: root/FS/FS/part_export/bind.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-06-27 09:23:05 +0000
committerivan <ivan>2002-06-27 09:23:05 +0000
commit4c7ddc2010ddeaca45d40140993b05d43b7fe030 (patch)
treefaf421155802bfd1f8794610668864f690befa99 /FS/FS/part_export/bind.pm
parent76e9abe03157deaa2a5ec7253624c9a59464b8fc (diff)
null bind exports
Diffstat (limited to 'FS/FS/part_export/bind.pm')
-rw-r--r--FS/FS/part_export/bind.pm7
1 files changed, 7 insertions, 0 deletions
diff --git a/FS/FS/part_export/bind.pm b/FS/FS/part_export/bind.pm
new file mode 100644
index 000000000..b72c9bdb0
--- /dev/null
+++ b/FS/FS/part_export/bind.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);
+