Skip to content

Commit

Permalink
undefine is deprecated in 6.d
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Aug 1, 2018
1 parent 4a8bd89 commit a8547fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Crust/Request.pm6
Expand Up @@ -171,7 +171,7 @@ method !parse-multipart-parser(Blob $boundary) {
@parameters.push(%opts<name> => $content.subbuf(0));
}
$content = Buf.new;
undefine $headers;
$headers = Nil;
}
},
on_error => sub (Str $err) {
Expand Down

0 comments on commit a8547fb

Please sign in to comment.