Skip to content

Commit

Permalink
Merge branch 'racke-pr/dancer1-issue-1025'
Browse files Browse the repository at this point in the history
  • Loading branch information
veryrusty committed May 6, 2014
2 parents bcdcf6c + 2fb0d3b commit e4bec7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

[ DOCUMENTATION ]
* Correct reference to HTTP::Server::Simple::PSGI. (Russell Jenkins)
* Fix doc for params(). Ported from Dancer#1025 (Stefan Hornburg)

0.140000 2014-04-28 23:14:31CEST+0200 Europe/Amsterdam

Expand Down
5 changes: 3 additions & 2 deletions lib/Dancer2/Manual.pod
Original file line number Diff line number Diff line change
Expand Up @@ -1063,8 +1063,9 @@ commonly-used methods are summarized below:

I<This method should be called from a route handler>.
It's an alias for the
L<Dancer2::Core::Request params accessor|Dancer2::Core::Request/"params">. It
returns an hash reference to all defined parameters. Check C<param> below to
L<Dancer2::Core::Request params accessor|Dancer2::Core::Request/"params-source">.
It returns a hash (in list context) or a hash reference (in scalar context)
to all defined parameters. Check C<param> below to
access quickly to a single parameter value.

=head2 param
Expand Down

0 comments on commit e4bec7e

Please sign in to comment.