use FS::queue for exports, though they should probably just use it themselves
authorivan <ivan>
Fri, 29 Dec 2006 08:24:21 +0000 (08:24 +0000)
committerivan <ivan>
Fri, 29 Dec 2006 08:24:21 +0000 (08:24 +0000)
FS/FS/part_export.pm

index dce2d2a..6adcab9 100644 (file)
@@ -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);