Skip to content

Commit 36c9d64

Browse files
committed
Remove dead code from upload example:
This is a port of a commit by racke (GH #1329).
1 parent e949b24 commit 36c9d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Dancer2/Manual.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ The objects are accessible within the route handlers using the C<upload>
13991399
keyword:
14001400

14011401
post '/upload' => sub {
1402-
my $upload = upload('file_input_name'); # upload object
1402+
my $upload = upload('file_input_name'); # upload object
14031403
$upload->copy_to('Uploads/');
14041404
};
14051405

0 commit comments

Comments
 (0)