Fix OPTIONS HTTP Method
authorAndré Walker <andre@andrewalker.net>
Tue, 20 Jan 2015 15:37:14 +0000 (13:37 -0200)
committerAndré Walker <andre@andrewalker.net>
Tue, 20 Jan 2015 15:37:14 +0000 (13:37 -0200)
commite2a8c7e5e1e3bd9a510ec5758a505585de2f3172
tree076a1d1644203ff65494b964255822816344fbfb
parent7131401a9d3f148e0dd0fd6217badd625f4531a6
Fix OPTIONS HTTP Method

The attribute that matched the OPTIONS HTTP method was spelled "OPTION"
instead of "OPTIONS". There's no such HTTP verb "OPTION".

This patch fixes documentation and implementation, and adds my name as a
contributor :)
lib/Catalyst.pm
lib/Catalyst/ActionRole/HTTPMethods.pm
lib/Catalyst/Controller.pm
t/author/spelling.t