Skip Menu |

This queue is for tickets about the Catalyst-Action-REST CPAN distribution.

Report information
The Basics
Id: 66501
Status: resolved
Priority: 0/
Queue: Catalyst-Action-REST

People
Owner: bobtfish [...] bobtfish.net
Requestors: me [...] jasonfried.info
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 0.90
Fixed in: (no value)



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.
Fixed in commit 042656b67. Thanks for the bug report.