We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa7bf4 commit 08683e8Copy full SHA for 08683e8
cpanfile
@@ -37,4 +37,10 @@ requires 'Test::Vars' if "$]" >= 5.010;
37
requires 'Test::Version';
38
requires 'Test::Warnings';
39
40
-requires 'Dist::Zilla::PluginBundle::Author::ETHER' if "$]" >= 5.014;
+if ( "$]" >= 5.014 ) {
41
+ requires 'Dist::Zilla::PluginBundle::Author::ETHER';
42
+ requires 'Dist::Zilla::PluginBundle::RJBS';
43
+ requires 'Dist::Zilla::PluginBundle::Milla';
44
+ requires 'Dist::Zilla::Plugin::OurPkgVersion';
45
+ # ...
46
+}
0 commit comments