Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Dancer-Plugin-REST CPAN distribution.

Report information
The Basics
Id: 68729
Status: resolved
Priority: 0/
Queue: Dancer-Plugin-REST

People
Owner: Nobody in particular
Requestors: SDIZ [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.06
Fixed in: (no value)



Subject: resource -> create POD don't match the code
The code reads: post "/${resource}.:format" => $triggers{create}; post "/${resource}" => $triggers{create}; but the POD said: # this defines the following routes: [...] # POST /user/create # POST /user/create.:format [...] See the "create" part is only in the pod, but not the code.
fixed in 0.07