Aion-Spirit
view release on metacpan or search on metacpan
{
"abstract" : "functions for controlling the program execution process",
"author" : [
"Yaroslav O. Kosmina LL<mailto:dart@cpan.org>"
],
"dynamic_config" : 0,
"generated_by" : "Minilla/v3.1.22",
"license" : [
"gpl_3"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
---
abstract: 'functions for controlling the program execution process'
author:
- 'Yaroslav O. Kosmina LL<mailto:dart@cpan.org>'
build_requires:
Test::More: '0.98'
configure_requires:
Module::Build::Tiny: '0.035'
dynamic_config: 0
generated_by: 'Minilla/v3.1.22, CPAN::Meta::Converter version 2.150010'
license: gpl
meta-spec:
[](https://github.com/darviarush/perl-aion-spirit/actions)
# NAME
Aion::Spirit - functions for controlling the program execution process
# VERSION
0.0.1
# SYNOPSIS
```perl
use Aion::Spirit;
lib/Aion/Spirit.md view on Meta::CPAN
# NAME
Aion::Spirit - functions for controlling the program execution process
# VERSION
0.0.1
# SYNOPSIS
```perl
use Aion::Spirit;
lib/Aion/Spirit.pm view on Meta::CPAN
}
1;
__END__
=encoding utf-8
=head1 NAME
Aion::Spirit - functions for controlling the program execution process
=head1 VERSION
0.0.1
=head1 SYNOPSIS
use Aion::Spirit;
package A {
t/aion/spirit.t view on Meta::CPAN
use common::sense; use open qw/:std :utf8/; use Test::More 0.98; sub _mkpath_ { my ($p) = @_; length($`) && !-e $`? mkdir($`, 0755) || die "mkdir $`: $!": () while $p =~ m!/!g; $p } BEGIN { use Scalar::Util qw//; use Carp qw//; $SIG{__DIE__} = sub { ...
#
# Aion::Spirit - functions for controlling the program execution process
#
# # VERSION
#
# 0.0.1
#
# # SYNOPSIS
#
subtest 'SYNOPSIS' => sub {
use Aion::Spirit;
( run in 0.298 second using v1.01-cache-2.11-cpan-8d75d55dd25 )