Aion-Run
view release on metacpan or search on metacpan
"common::sense" : "0",
"config" : "0",
"open" : "0",
"perl" : "v5.22.0"
}
},
"test" : {
"requires" : {
"Carp" : "0",
"Cwd" : "0",
"Data::Dumper" : "0",
"File::Basename" : "0",
"File::Find" : "0",
"File::Path" : "0",
"File::Slurper" : "0",
"File::Spec" : "0",
"Scalar::Util" : "0",
"String::Diff" : "0",
"Term::ANSIColor" : "0",
"Test::More" : "0.98",
"lib" : "0"
---
abstract: 'role for console commands'
author:
- 'Yaroslav O. Kosmina L<mailto:dart@cpan.org>'
build_requires:
Carp: '0'
Cwd: '0'
Data::Dumper: '0'
File::Basename: '0'
File::Find: '0'
File::Path: '0'
File::Slurper: '0'
File::Spec: '0'
Scalar::Util: '0'
String::Diff: '0'
Term::ANSIColor: '0'
Test::More: '0.98'
lib: '0'
requires 'Software::License::GPL_3';
requires 'V';
requires 'Version::Next';
};
on 'test' => sub {
requires 'Test::More', '0.98';
requires 'Carp';
requires 'Cwd';
requires 'Data::Dumper';
requires 'File::Basename';
requires 'File::Find';
requires 'File::Path';
requires 'File::Slurper';
requires 'File::Spec';
requires 'Scalar::Util';
requires 'String::Diff';
requires 'Term::ANSIColor';
requires 'lib';
};
t/aion/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 - ÑÐ¾Ð»Ñ Ð´Ð»Ñ ÐºÐ¾Ð½ÑолÑнÑÑ
команд
#
# # VERSION
#
# 0.0.2
#
# # SYNOPSIS
#
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;
t/aion/run/runner.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::Runner - запÑÑÐºÐ°ÐµÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ñ Ð¾Ð¿Ð¸ÑаннÑÑ Ð°Ð½Ð½Ð¾ÑаÑией `#@run`
#
# # SYNOPSIS
#
# Файл etc/annotation/run.ann:
#@> etc/annotation/run.ann
#>> Aion::Run::RunRun#run,3=run:run âExecutes Perl code in the context of the current projectâ
#>> Aion::Run::RunsRun#list,5=run:runs âList of scriptsâ
t/aion/run/runs-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::RunsRun - ÑпиÑок ÑкÑипÑов Ñ Ð°Ð½Ð½Ð¾ÑаÑией `#@run`
#
# # SYNOPSIS
#
# Файл etc/annotation/run.ann:
#@> etc/annotation/run.ann
#>> Aion::Run::RunRun#run,3=run:run âExecutes Perl code in the context of the current projectâ
#>> Aion::Run::RunsRun#list,5=run:runs âList of scriptsâ
( run in 1.396 second using v1.01-cache-2.11-cpan-0d24bc4d141 )