From: ivan Date: Thu, 30 May 2002 17:49:18 +0000 (+0000) Subject: GRRRRRRRRRRRRR X-Git-Tag: freeside_1_4_0_pre14~60 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=03809f7b4f5a7ff34adaba7dd5d4cdf1039fbd22;hp=4aaa65f643469cf2df1d97f5e12e05d0122d9570 GRRRRRRRRRRRRR --- diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm index 1d4ec23cd..08e436da0 100644 --- a/FS/FS/part_export.pm +++ b/FS/FS/part_export.pm @@ -370,7 +370,7 @@ sub rebless { my $self = shift; my $exporttype = $self->exporttype; my $class = ref($self). "::$exporttype"; - eval "use $class;"; + eval "use $class;" or die $@; bless($self, $class); }