¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
Доброго всем, соответственно
VERSION
0.00007
NAME
Mojolicious::Plugin::EDumper - pretty dumps encoded data.
SINOPSYS
$app->plugin('EDumper');
$app->plugin('EDumper', helper=>'dumper');
$c->dumper( +{'Вася' => 'Пупкин'} );
OPTIONS
helper
Name of the helper. Default - 'edumper'.
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.