Subject: | Typo in return value of status_no_content |
Minor Typo, just noticed while looking over the source
sub status_no_content {
my $self = shift;
my $c = shift;
$c->response->status(204);
$self->_set_entity( $c, undef );
return 1.; <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
}
I know this is so minor its laughable but its just strange to see.