Skip to content

Commit

Permalink
dumper does not need an example
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 18, 2015
1 parent 131fce0 commit 28caa95
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/Mojo/Util.pm
Expand Up @@ -552,9 +552,6 @@ C<MOJO_FATAL_DEPRECATIONS> environment variable to make them die instead.
Dump a Perl data structure with L<Data::Dumper>.
# "[\n 23\n]\n"
dumper [23];
=head2 encode
my $bytes = encode 'UTF-8', $chars;
Expand Down Expand Up @@ -713,8 +710,8 @@ Row-oriented generator for text tables.
Escape all POSIX control characters except for C<\n>.
# "foo\\x09bar\n"
term_escape "foo\tbar\n";
# "foo\\x09bar\\x0d\n"
term_escape "foo\tbar\r\n";
=head2 trim
Expand Down

0 comments on commit 28caa95

Please sign in to comment.