diff options
| author | ivan <ivan> | 2002-05-30 17:49:18 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2002-05-30 17:49:18 +0000 |
| commit | 03809f7b4f5a7ff34adaba7dd5d4cdf1039fbd22 (patch) | |
| tree | d77af4d4ecd4a6ceda0d834b4b911511444dc4d3 | |
| parent | 4aaa65f643469cf2df1d97f5e12e05d0122d9570 (diff) | |
GRRRRRRRRRRRRR
| -rw-r--r-- | FS/FS/part_export.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |
