Intertangle-Jacquard
view release on metacpan or search on metacpan
}
},
"runtime" : {
"requires" : {
"Intertangle::Punchcard" : "0.002",
"Intertangle::Punchcard::Attributes" : "0",
"Intertangle::Punchcard::Backend::Kiwisolver::Context" : "0",
"Intertangle::Yarn::Graphene" : "0",
"Intertangle::Yarn::Types" : "0",
"List::AllUtils" : "0",
"Modern::Perl" : "0",
"Module::Load" : "0",
"Moo" : "0",
"Moo::Role" : "0",
"MooX::Role::Logger" : "0",
"MooseX::ClassAttribute" : "0",
"Mu" : "0",
"Mu::Role" : "0",
"Renard::Incunabula" : "0.004",
"Renard::Incunabula::Common::Setup" : "0",
"Renard::Incunabula::Common::Types" : "0",
- share
- t
- xt
requires:
Intertangle::Punchcard: '0.002'
Intertangle::Punchcard::Attributes: '0'
Intertangle::Punchcard::Backend::Kiwisolver::Context: '0'
Intertangle::Yarn::Graphene: '0'
Intertangle::Yarn::Types: '0'
List::AllUtils: '0'
Modern::Perl: '0'
Module::Load: '0'
Moo: '0'
Moo::Role: '0'
MooX::Role::Logger: '0'
MooseX::ClassAttribute: '0'
Mu: '0'
Mu::Role: '0'
Renard::Incunabula: '0.004'
Renard::Incunabula::Common::Setup: '0'
Renard::Incunabula::Common::Types: '0'
Makefile.PL view on Meta::CPAN
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.012",
"NAME" => "Intertangle::Jacquard",
"PREREQ_PM" => {
"Intertangle::Punchcard" => "0.002",
"Intertangle::Punchcard::Attributes" => 0,
"Intertangle::Punchcard::Backend::Kiwisolver::Context" => 0,
"Intertangle::Yarn::Graphene" => 0,
"Intertangle::Yarn::Types" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Module::Load" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"MooX::Role::Logger" => 0,
"MooseX::ClassAttribute" => 0,
"Mu" => 0,
"Mu::Role" => 0,
"Renard::Incunabula" => "0.004",
"Renard::Incunabula::Common::Setup" => 0,
"Renard::Incunabula::Common::Types" => 0,
Makefile.PL view on Meta::CPAN
);
my %FallbackPrereqs = (
"Intertangle::Punchcard" => "0.002",
"Intertangle::Punchcard::Attributes" => 0,
"Intertangle::Punchcard::Backend::Kiwisolver::Context" => 0,
"Intertangle::Yarn::Graphene" => 0,
"Intertangle::Yarn::Types" => 0,
"List::AllUtils" => 0,
"Modern::Perl" => 0,
"Module::Load" => 0,
"Moo" => 0,
"Moo::Role" => 0,
"MooX::Role::Logger" => 0,
"MooseX::ClassAttribute" => 0,
"Mu" => 0,
"Mu::Role" => 0,
"Renard::Incunabula" => "0.004",
"Renard::Incunabula::Common::Setup" => 0,
"Renard::Incunabula::Common::Types" => 0,
lib/Intertangle/Jacquard/Error.pm view on Meta::CPAN
use Modern::Perl;
package Intertangle::Jacquard::Error;
# ABSTRACT: Exceptions
$Intertangle::Jacquard::Error::VERSION = '0.002';
use custom::failures qw/
Layout::MaximumNumberOfActors
/;
1;
__END__
perlcritic.rc view on Meta::CPAN
theme = ( core + pbp + security + maintenance ) * bugs
include = CodeLayout::ProhibitSpaceIndentation CodeLayout::ProhibitTrailingWhitespace CodeLayout::RequireConsistentNewlines CodeLayout::TabIndentSpaceAlign
[-Subroutines::ProhibitSubroutinePrototypes]
[TestingAndDebugging::RequireUseStrict]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
[TestingAndDebugging::RequireUseWarnings]
equivalent_modules = Modern::Perl Moo Moo::Role Renard::Incunabula::Common::Setup
# vim: ft=dosini
( run in 0.608 second using v1.01-cache-2.11-cpan-4d50c553e7e )