-
-
12 Oct 2018 06:09:25 UTC
- Distribution: Mojolicious-Plugin-EDumper
- Module version: 0.00006
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (1)
- Testers (524 / 0 / 0)
- Kwalitee
Bus factor: 1- 26.32% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (2.88KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Mojolicious
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- ¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
- VERSION
- NAME
- SINOPSYS
- OPTIONS
- SEE ALSO
- AUTHOR
- BUGS / CONTRIBUTING
- COPYRIGHT
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
Доброго всем, соответственно
VERSION
0.00006
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.
Module Install Instructions
To install Mojolicious::Plugin::EDumper, copy and paste the appropriate command in to your terminal.
cpanm Mojolicious::Plugin::EDumper
perl -MCPAN -e shell install Mojolicious::Plugin::EDumper
For more information on module installation, please visit the detailed CPAN module installation guide.