Skip to content

Commit 08683e8

Browse files
committed
Add some extra Dist::Zilla plugins
1 parent efa7bf4 commit 08683e8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

cpanfile

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,10 @@ requires 'Test::Vars' if "$]" >= 5.010;
3737
requires 'Test::Version';
3838
requires 'Test::Warnings';
3939

40-
requires 'Dist::Zilla::PluginBundle::Author::ETHER' if "$]" >= 5.014;
40+
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

Comments
 (0)