File-MultiTemp
view release on metacpan or search on metacpan
}
},
"test" : {
"recommends" : {
"CPAN::Meta" : "2.120900"
},
"requires" : {
"File::Spec" : "0",
"Module::Metadata" : "0",
"Path::Tiny" : "0.101",
"Test::Differences" : "0",
"Test::More" : "0",
"Test::Most" : "0",
"strict" : "0",
"warnings" : "0"
}
}
},
"provides" : {
"File::MultiTemp" : {
"file" : "lib/File/MultiTemp.pm",
---
abstract: 'manage a hash of temporary files'
author:
- 'Robert Rothenberg <rrwo@cpan.org>'
build_requires:
File::Spec: '0'
Module::Metadata: '0'
Path::Tiny: '0.101'
Test::Differences: '0'
Test::More: '0'
Test::Most: '0'
strict: '0'
warnings: '0'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.030, CPAN::Meta::Converter version 2.150010'
keywords:
- File::Temp
Makefile.PL view on Meta::CPAN
"Scalar::Util" => 0,
"Types::Common::String" => 0,
"Types::Path::Tiny" => 0,
"Types::Standard" => 0,
"namespace::autoclean" => 0
},
"TEST_REQUIRES" => {
"File::Spec" => 0,
"Module::Metadata" => 0,
"Path::Tiny" => "0.101",
"Test::Differences" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"strict" => 0,
"warnings" => 0
},
"VERSION" => "v0.1.5",
"test" => {
"TESTS" => "t/*.t"
}
);
Makefile.PL view on Meta::CPAN
my %FallbackPrereqs = (
"Fcntl" => 0,
"File::Spec" => 0,
"List::Util" => "1.29",
"Module::Metadata" => 0,
"Moo" => 0,
"Path::Tiny" => "0.101",
"PerlX::Maybe" => 0,
"Scalar::Util" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"Test::Most" => 0,
"Types::Common::String" => 0,
"Types::Path::Tiny" => 0,
"Types::Standard" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
);
requires "Types::Path::Tiny" => "0";
requires "Types::Standard" => "0";
requires "namespace::autoclean" => "0";
requires "perl" => "v5.14.0";
recommends "Type::Tiny::XS" => "0";
on 'test' => sub {
requires "File::Spec" => "0";
requires "Module::Metadata" => "0";
requires "Path::Tiny" => "0.101";
requires "Test::Differences" => "0";
requires "Test::More" => "0";
requires "Test::Most" => "0";
requires "strict" => "0";
requires "warnings" => "0";
};
on 'test' => sub {
recommends "CPAN::Meta" => "2.120900";
};
x_authority = cpan:RRWO
[MetaProvides::Package]
[MetaJSON]
[MetaYAML]
[InstallGuide]
[Prereqs / TestRequires ]
; To work around bad smokers that don't install prereqs for Test::Most
Test::Differences = 0
; authordep Pod::Weaver::Plugin::AppendPrepend
; authordep Pod::Weaver::Section::Contributors
; authordep Pod::Weaver::Section::SourceGitHub
[PodSyntaxTests]
[Test::CheckManifest]
[Test::CleanNamespaces]
[Test::EOF]
[Test::EOL]
t/00-report-prereqs.dd view on Meta::CPAN
}
},
'test' => {
'recommends' => {
'CPAN::Meta' => '2.120900'
},
'requires' => {
'File::Spec' => '0',
'Module::Metadata' => '0',
'Path::Tiny' => '0.101',
'Test::Differences' => '0',
'Test::More' => '0',
'Test::Most' => '0',
'strict' => '0',
'warnings' => '0'
}
}
};
$x;
}
( run in 0.696 second using v1.01-cache-2.11-cpan-e1769b4cff6 )