@@ -13,6 +13,7 @@ requires 'Perl::Tidy';
13
13
requires ' Plack::Test' ;
14
14
requires ' Pod::Coverage::TrustPod' ;
15
15
requires ' Pod::Readme' if " $] " >= 5.010001;
16
+ requires ' Software::License::Perl_5' ;
16
17
requires ' Test2::Bundle::Extended' ;
17
18
requires ' Test2::Plugin::NoWarnings' ;
18
19
requires ' Test2::Suite' ;
@@ -29,12 +30,13 @@ requires 'Test::Mojibake';
29
30
requires ' Test::More' ;
30
31
requires ' Test::Needs' ;
31
32
requires ' Test::NoTabs' ;
33
+ requires ' Test::Perl::Critic' ;
32
34
requires ' Test::Pod' ;
33
35
requires ' Test::Pod::Coverage' ;
34
36
requires ' Test::Portability::Files' ;
35
37
requires ' Test::RequiresInternet' ;
36
- requires ' Test::Spelling' ;
37
38
requires ' Test::Simple' ;
39
+ requires ' Test::Spelling' ;
38
40
requires ' Test::Synopsis' ;
39
41
requires ' Test::Vars' if " $] " >= 5.010;
40
42
requires ' Test::Version' ;
@@ -51,9 +53,14 @@ if ( "$]" >= 5.010 ) {
51
53
if ( " $] " >= 5.020 ) {
52
54
requires ' Dist::Zilla::PluginBundle::Author::ETHER' ;
53
55
requires ' Dist::Zilla::PluginBundle::Author::OALDERS' ;
54
- requires ' Dist::Zilla::PluginBundle::RJBS ' ;
56
+ requires ' Dist::Zilla::PluginBundle::DROLSKY ' ;
55
57
requires ' Dist::Zilla::PluginBundle::Milla' ;
58
+ requires ' Dist::Zilla::PluginBundle::RJBS' ;
59
+ requires ' Dist::Zilla::Plugin::CopyFilesFromRelease' ;
60
+ requires ' Dist::Zilla::Plugin::Git::Contributors' ;
56
61
requires ' Dist::Zilla::Plugin::OurPkgVersion' ;
62
+ requires ' Dist::Zilla::Plugin::StaticInstall' ;
63
+ requires ' Dist::Zilla::Plugin::Test::ReportPrereqs' ;
57
64
58
65
# ...
59
66
}
0 commit comments