Доброго всем

¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !

NAME

Mojolicious::Plugin::EDumper - pretty dumps encoded data.

SINOPSYS

$app->plugin('EDumper');
$app->plugin('EDumper', helper=>'dumper');
$app->plugin('EDumper', helper=>'dumper', enc=>'cp777');

$c->dumper( +{'Вася' => 'Пупкин'} );

OPTIONS

  • helper

    Name of the helper. Default - 'edumper'.

  • enc

    Encoding. Default - 'utf8'.

SEE ALSO

Data::Dumper Data::Dumper::AutoEncode Data::Recursive::Encode Mojolicious::Plugin::DefaultHelpers

Redefine might not work:

sub Data::Dumper::qquote {
  my $s = shift;
  return "'$s'";
}

AUTHOR

Михаил Че (Mikhail Che), <mche [on] cpan.org>

BUGS / CONTRIBUTING

Please report any bugs or feature requests at https://github.com/mche/Mojolicious-Plugin-EDumper/issues. Pull requests also welcome.

COPYRIGHT

Copyright 2016 Mikhail Che.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 42:

You forgot a '=back' before '=head1'