Aion-Format
view release on metacpan or search on metacpan
lib/Aion/Format.pm view on Meta::CPAN
#@category ÐÑвод ÑÑÑÑкÑÑÑ
use DDP {
colored => 1,
class => {
expand => "all",
inherited => "all",
show_reftype => 1,
},
deparse => 1,
show_unicode => 1,
show_readonly => 1,
print_escapes => 1,
#show_refcount => 1,
#show_memsize => 1,
caller_info => 1,
output => 'stdout',
#unicode_charnames => 1,
};
#@category ÐовÑÑки
# ÐовÑÑка Ð´Ð»Ñ STDERR
sub trapperr(&) {
my $sub = shift;
local *STDERR;
open STDERR, '>:utf8', \my $f;
$sub->();
( run in 0.446 second using v1.01-cache-2.11-cpan-88abd93f124 )