summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-12-29 08:24:21 +0000
committerivan <ivan>2006-12-29 08:24:21 +0000
commit417770f1f10b11a96e645920ee0c9520efe04b53 (patch)
treec2f8ece200e6b0a231f13468d7527f580ff29e8e /FS/FS/part_export.pm
parent9c8f98b1443a992c97c3e77c8aea32b3e067d66e (diff)
use FS::queue for exports, though they should probably just use it themselves
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index dce2d2a..6adcab9 100644
--- a/FS/FS/part_export.pm
+++ b/FS/FS/part_export.pm
@@ -10,6 +10,9 @@ use FS::part_svc;
use FS::part_export_option;
use FS::export_svc;
+#for export modules, though they should probably just use it themselves
+use FS::queue;
+
@ISA = qw( FS::option_Common );
@EXPORT_OK = qw(export_info);