From 417770f1f10b11a96e645920ee0c9520efe04b53 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 29 Dec 2006 08:24:21 +0000 Subject: [PATCH] use FS::queue for exports, though they should probably just use it themselves --- FS/FS/part_export.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index dce2d2a44..6adcab94d 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); -- 2.11.0