]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Helper/Csv/Dispatcher.pm
Diverse Änderungen an RB-Vorlagen
[mfinanz.git] / SL / Helper / Csv / Dispatcher.pm
index 6375daf03fdc8b1e9bedf92cd397d0186138adbe..be3faddd63d5561c78f5703c4511e6b8961f2879 100644 (file)
@@ -93,6 +93,8 @@ sub make_spec {
   my $spec = { key => $col, steps => [] };
   my $cur_class = $self->_csv->class;
 
+  return unless $cur_class;
+
   for my $step_index ( split /\.(?!\d)/, $path ) {
     my ($step, $index) = split /\./, $step_index;
     if ($cur_class->can($step)) {