Aion-Run
view release on metacpan or search on metacpan
t/aion/run/run-run.t view on Meta::CPAN
use common::sense; use open qw/:std :utf8/; use Carp qw//; use Cwd qw//; use File::Basename qw//; use File::Find qw//; use File::Slurper qw//; use File::Spec qw//; use File::Path qw//; use Scalar::Util qw//; use Test::More 0.98; use String::Diff q...
# # NAME
#
# Aion::Run::RunRun - вÑполнÑÐµÑ Perl-код и ÑаÑпеÑаÑÑÐ²Ð°ÐµÑ ÑезÑлÑÑÐ°Ñ Ð½Ð° STDOUT
#
# # SYNOPSIS
#
subtest 'SYNOPSIS' => sub {
use Aion::Format qw/trappout np/;
use Aion::Run::RunRun;
local ($::_g0 = do {trappout { Aion::Run::RunRun->new(code => "1+2")->run }}, $::_e0 = do {np(3, caller_info => 0) . "\n"}); ::ok defined($::_g0) == defined($::_e0) && $::_g0 eq $::_e0, 'trappout { Aion::Run::RunRun->new(code => "1+2")->run } # -> np...
#
# # DESCRIPTION
#
# ÐÑÐ¾Ñ ÐºÐ»Ð°ÑÑ Ð²ÑполнÑÐµÑ ÐºÐ¾Ð´ perl `$ run [code](https://metacpan.org/pod/code)` и ÑаÑпеÑаÑÑÐ²Ð°ÐµÑ ÑезÑлÑÑÐ°Ñ Ð½Ð° STDOUT.
#
# # FEATURES
#
# ## code
#
# Ðод Ð´Ð»Ñ Ð²ÑполнениÑ.
#
# # SUBROUTINES
#
# ## run ()
#
# ÐÑполнÑÐµÑ ÐºÐ¾Ð´ perl в конÑекÑÑе ÑекÑÑего пÑоекÑа.
#
# # AUTHOR
#
# Yaroslav O. Kosmina <darviarush@mail.ru>
#
# # LICENSE
#
# â **GPLv3**
#
# # COPYRIGHT
#
# The Aion::Run::RunRun module is copyright © 2023 Yaroslav O. Kosmina. Rusland. All rights reserved.
::done_testing;
};
::done_testing;
( run in 2.283 seconds using v1.01-cache-2.11-cpan-8f98c5d2c55 )