Skip to content

Commit

Permalink
more consistent dumper documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Oct 13, 2013
1 parent beff7b5 commit 4b0afec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Util.pm
Expand Up @@ -484,7 +484,7 @@ MOJO_FATAL_DEPRECATIONS environment variable to make them die instead.
=head2 dumper
my $str = dumper {some => 'data'};
my $perl = dumper {some => 'data'};
Dump a Perl data structure with L<Data::Dumper>.
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -165,7 +165,7 @@ Check or get name of current route.
%= dumper {some => 'data'}
Alias for L<Mojo::Util/"dumper">.
Dump a Perl data structure with L<Mojo::Util/"dumper">.
=head2 extends
Expand Down
2 changes: 1 addition & 1 deletion lib/ojo.pm
Expand Up @@ -160,7 +160,7 @@ L<Mojo::Message::Response> object.
my $perl = r({data => 'structure'});
Dump a Perl data structure with L<Data::Dumper>.
Dump a Perl data structure with L<Mojo::Util/"dumper">.
perl -Mojo -E 'say r(g("example.com")->headers->to_hash)'
Expand Down

0 comments on commit 4b0afec

Please sign in to comment.