Dist-Zilla-Plugin-ModuleInstall
view release on metacpan or search on metacpan
"ExtUtils::MakeMaker" : "7.00",
"Path::Tiny" : "0.058",
"Test::More" : "0.99"
},
"requires" : {
"ExtUtils::MakeMaker" : "0",
"File::Spec" : "0",
"Module::Install" : "0.90",
"Path::Tiny" : "0",
"Test::DZil" : "0",
"Test::Differences" : "0",
"Test::More" : "0",
"perl" : "5.006"
}
}
},
"provides" : {
"Dist::Zilla::Plugin::ModuleInstall" : {
"file" : "lib/Dist/Zilla/Plugin/ModuleInstall.pm",
"version" : "1.001002"
}
---
abstract: '(DEPRECATED) Build Module::Install based Distributions with Dist::Zilla'
author:
- 'Kent Fredric <kentnl@cpan.org>'
build_requires:
ExtUtils::MakeMaker: '0'
File::Spec: '0'
Module::Install: '0.90'
Path::Tiny: '0'
Test::DZil: '0'
Test::Differences: '0'
Test::More: '0'
perl: '5.006'
configure_requires:
ExtUtils::MakeMaker: '0'
perl: '5.006'
dynamic_config: 0
generated_by: 'Dist::Zilla version 6.009, CPAN::Meta::Converter version 2.150010'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Makefile.PL view on Meta::CPAN
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
},
"TEST_REQUIRES" => {
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Module::Install" => "0.90",
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Differences" => 0,
"Test::More" => 0
},
"VERSION" => "1.001002",
"test" => {
"TESTS" => "t/*.t t/00-compile/*.t"
}
);
my %FallbackPrereqs = (
Makefile.PL view on Meta::CPAN
"Dist::Zilla::Role::PrereqSource" => 0,
"Dist::Zilla::Role::Tempdir" => "1.001000",
"Dist::Zilla::Role::TestRunner" => 0,
"Dist::Zilla::Role::TextTemplate" => 0,
"ExtUtils::MakeMaker" => 0,
"File::Spec" => 0,
"Module::Install" => "0.90",
"Moose" => "0.92",
"Path::Tiny" => 0,
"Test::DZil" => 0,
"Test::Differences" => 0,
"Test::More" => 0,
"namespace::autoclean" => 0,
"strict" => 0,
"warnings" => 0
);
unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) {
delete $WriteMakefileArgs{TEST_REQUIRES};
delete $WriteMakefileArgs{BUILD_REQUIRES};
misc/Changes.deps view on Meta::CPAN
[Added / test requires]
- ExtUtils::MakeMaker
- File::Spec
- File::Spec::Functions
- List::Util
- Module::Install 0.90
- Path::Tiny
- Scalar::Util
- Test::DZil
- Test::Differences
- version 0.77
[Changed / configure requires]
- ExtUtils::MakeMaker 6.42 â 0
[Changed / runtime requires]
- Dist::Zilla::Role::Tempdir 0.01027622 â 1.001000
- perl 5.006 â 5.008
[Changed / test requires]
misc/Changes.deps.all view on Meta::CPAN
[Added / test requires]
- ExtUtils::MakeMaker
- File::Spec
- File::Spec::Functions
- List::Util
- Module::Install 0.90
- Path::Tiny
- Scalar::Util
- Test::DZil
- Test::Differences
- version 0.77
[Changed / configure requires]
- ExtUtils::MakeMaker 6.42 â 0
[Changed / develop suggests]
- Dist::Zilla::PluginBundle::Author::KENTNL v1.7.2 â 2.016005
[Changed / runtime requires]
- Dist::Zilla::Role::Tempdir 0.01027622 â 1.001000
misc/built_with.json view on Meta::CPAN
"ExtUtils::MakeMaker" : "7.24",
"File::Spec" : "3.66",
"Module::Install" : "1.17",
"Moose" : "2.2004",
"Path::Tiny" : "0.104",
"Pod::Coverage::TrustPod" : "0.100003",
"Software::License::Perl_5" : "0.103012",
"Test::CPAN::Changes" : "0.400002",
"Test::CPAN::Meta" : "0.25",
"Test::DZil" : "6.009",
"Test::Differences" : "0.64",
"Test::EOL" : "1.6",
"Test::Kwalitee" : "1.25",
"Test::MinimumVersion" : "0.101082",
"Test::More" : "1.302073",
"Test::Pod" : "1.51",
"Test::Pod::Coverage" : "1.10",
"namespace::autoclean" : "0.28",
"strict" : "1.11",
"warnings" : "1.37"
},
t/00-report-prereqs.dd view on Meta::CPAN
'ExtUtils::MakeMaker' => '7.00',
'Path::Tiny' => '0.058',
'Test::More' => '0.99'
},
'requires' => {
'ExtUtils::MakeMaker' => '0',
'File::Spec' => '0',
'Module::Install' => '0.90',
'Path::Tiny' => '0',
'Test::DZil' => '0',
'Test::Differences' => '0',
'Test::More' => '0',
'perl' => '5.006'
}
}
};
$x;
}
use strict;
use warnings;
use Test::More;
use Test::DZil qw( Builder simple_ini );
use Test::Differences qw( eq_or_diff );
use Path::Tiny qw( path );
require Module::Install;
# ABSTRACT: Really basic test to make sure this works
my $ini = simple_ini( [ 'GatherDir', {} ], [ 'ModuleInstall', {} ] );
my $test = Builder->from_config(
{ dist_root => 'invalid' },
{
( run in 0.583 second using v1.01-cache-2.11-cpan-131fc08a04b )