File-Valet
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"perl" : "5.010000"
}
},
"test" : {
"requires" : {
"Test::Differences" : "0.60",
"Test::Most" : "0.30"
}
}
},
"release_status" : "stable",
"version" : "1.11"
}
---
abstract: 'File slurping, locking, and finding'
author:
- 'TTKCIAR <ttk@ciar.org>'
build_requires:
Test::Differences: '0.60'
Test::Most: '0.30'
configure_requires:
ExtUtils::MakeMaker: '0'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.048, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
version: '1.4'
name: File-Valet
Makefile.PL view on Meta::CPAN
"AUTHOR" => "TTKCIAR <ttk\@ciar.org>",
"CONFIGURE_REQUIRES" => {
"ExtUtils::MakeMaker" => 0
},
"DISTNAME" => "File-Valet",
"LICENSE" => "perl",
"MIN_PERL_VERSION" => "5.010000",
"NAME" => "File::Valet",
"PREREQ_PM" => {},
"TEST_REQUIRES" => {
"Test::Differences" => "0.60",
"Test::Most" => "0.30"
},
"VERSION" => "1.11",
"test" => {
"TESTS" => "t/*.t"
}
);
my %FallbackPrereqs = (
"Test::Differences" => "0.60",
"Test::Most" => "0.30"
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
$WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs;
}
# The format of this file is described here:
# http://search.cpan.org/~miyagawa/Module-CPANfile/lib/cpanfile.pod
requires "perl", "5.008";
requires "Test::Most", "0.30";
requires "Test::Differences", "0.60";
copyright_year = 2023
[@Basic]
[MetaJSON]
[Prereqs]
perl = 5.010000
[Prereqs / TestRequires]
Test::Most = 0.30
Test::Differences = 0.60
( run in 0.765 second using v1.01-cache-2.11-cpan-39bf76dae61 )