Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 6, 2010
1 parent dd7bb12 commit 41a3f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MojoX/Controller.pm
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sub stash {
# Set
my $values = ref $_[0] ? $_[0] : {@_};
for my $key (keys %$values) {
$self->app->log->debug(qq/"$key" is a reserved stash value./)
$self->app->log->debug(qq/Careful, "$key" is a reserved stash value./)
if $key =~ $STASH_RE;
$self->{stash}->{$key} = $values->{$key};
}
Expand Down

0 comments on commit 41a3f81

Please sign in to comment.