From 03809f7b4f5a7ff34adaba7dd5d4cdf1039fbd22 Mon Sep 17 00:00:00 2001 From: ivan Date: Thu, 30 May 2002 17:49:18 +0000 Subject: [PATCH] GRRRRRRRRRRRRR --- FS/FS/part_export.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.11.0