Skip to content

Commit

Permalink
show how to remove all parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 30, 2015
1 parent 82f200b commit fc39d9d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

6.13 2015-06-26
6.13 2015-06-30
- Improved subscribers method in Mojo::EventEmitter to allow subscribers to be
modified more easily.

Expand Down
3 changes: 3 additions & 0 deletions lib/Mojo/Parameters.pm
Expand Up @@ -306,6 +306,9 @@ necessary.
Parsed parameter pairs. Note that this method will normalize the parameters.
# Remove all parameters
$params->pairs([]);
=head2 param
my $value = $params->param('foo');
Expand Down

0 comments on commit fc39d9d

Please sign in to comment.