X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export.pm;h=16aad6dcd655dfb5e5c4e57e75bfcf20cd4e6365;hb=f7cbd3b930667f32e8b7413a22b1cf8b2d7cbd81;hp=983e0b01271efe5f5a1a1f1a18956976c2e47f5f;hpb=99037cf94d9d6b5d7c1e512a6dca842706851710;p=freeside.git diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 983e0b012..16aad6dcd 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -411,6 +411,7 @@ sub export_info { # ''; #} +#false laziness w/part_pkg & cdr foreach my $INC ( @INC ) { foreach my $file ( glob("$INC/FS/part_export/*.pm") ) { warn "attempting to load export info from $file\n" if $DEBUG;