summaryrefslogtreecommitdiff
path: root/FS/FS/part_export.pm
diff options
context:
space:
mode:
authorivan <ivan>2002-05-30 17:49:18 +0000
committerivan <ivan>2002-05-30 17:49:18 +0000
commit03809f7b4f5a7ff34adaba7dd5d4cdf1039fbd22 (patch)
treed77af4d4ecd4a6ceda0d834b4b911511444dc4d3 /FS/FS/part_export.pm
parent4aaa65f643469cf2df1d97f5e12e05d0122d9570 (diff)
GRRRRRRRRRRRRR
Diffstat (limited to 'FS/FS/part_export.pm')
-rw-r--r--FS/FS/part_export.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/part_export.pm b/FS/FS/part_export.pm
index 1d4ec23..08e436d 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);
}