my $context = $file->open_for_reading( {} ); ## Change to ############################# my $context = $file->reading; #### my $context_derived = $file_derived->open_for_reading( { 'path' => $file, 'join_longcalls' => 1 } );